Create a MySQL database

SQL stands for Structured Query Language. SQL is an international standard in querying and retrieving information from databases. MySQL is essentially an SQL server - it responds to requests for information that are written in SQL. To use a MySQL database, you must first create it, and then add one or more users to it.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Backup your MySQL database

You should backup your database regularly, and always before an upgrade.Please click here to see...

Insert data into your database

Once you have your MySQL database, you can use the phpMyAdmin and insert data into your...