Detailed introduction to the database for beginners in PHP
MySQL is a database system used on the Web.
MySQL is a database system that runs on a server.
MySQL is ideal for both small and large applications.
MySQL is very fast, reliable, and easy to use.
MySQL supports standard SQL.
MySQL compiles on some platforms.
MySQL is free to download and use.
MySQL is developed, published and supported by Oracle Corporation.
MySQL is named after the company founder Monty Widenius's daughter: My.
Data in MySQL is stored in tables. A table is a collection of related data that contains columns and rows.
Databases are very useful when storing information in categories. A company's database might have the following tables:
Employees
Products
Customers
Orders
How Enter the database
Type the address in the address bar (localhost/phpMyAdmin/) or in our running environment Right-click and click phpMyAdmin
PHP + MySQL
The combination of PHP and MySQL is cross-platform . (You can develop on Windows and apply on Unix platforms.)