Details:
Creating a MySQL database
Overview
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.
Steps
1 To add a new database, see
http://www.infoservemedia.com/support/KB/details.php?
ID=00.1.6.2.660
2 Enter the name of the new database in the blank field next to Db:.
3 Click on Add Db to create the database.
Troubleshooting
You need to create at least one database user and grant that user permission to
use the new database. Refer to Creating a MySQL user and Grant a user's
permissions to a MySQL database for more information, see
Refer to the following link for more information:
http://www.cpanel.net/support/docs/11/cpanel/databases_create_
user_sql.html
MySQL - The MySQL homepage.
http://www.mysql.com/