| How do I create a MySQL Database using cPanel? ARTICLE # 88 ADDED ON 24th Apr,2006 URL /home/jcnetwor/public_html/faq/faq_qanda.htm?id=88 |
Creating a MySQL databaseOverviewSQL 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. Steps1 To access the MySQL Account Maintenance Menu, click on the 2 Enter the name of the new database in the blank field next to Db:. 3 Click on Add Db to create the database. TroubleshootingYou 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. |