The free MySQL database is
very often used with PHP. Before you can access data in a database, you must create a connection to
the database.
In PHP, this is done with the mysql_connect() function. A database holds one or multiple tables. The CREATE DATABASE statement is used to create a database in MySQL. |