How do I add a mysql database in Cpanel?

To create a MySQL database:

- Go to 'Manage Mysql' under the database header in Cpanel

- In the DB text field, type the name you wish to give your database
- Click the Add DB button
- At the bottom of MySQL Manager under 'Users' type a
database user name and password
- Click the Add User button

Now for the important part that everyone misses:

You should now see your new user listed in the dropdown menu after "User:" and your new database listed in the "DB:" dropdown menu. (if you don't try refreshing the page in your browser) Then, select BOTH the username AND the DATABASE NAME and click the Add User to DB button to add your user to your database and you're done.

Now that you have created a database, created a database user and have granted that user access to the database your mysql database is fully ready to use.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How do I backup a MySQL database using compression?

In this section, we will show you how to make a backup (also known as exporting) of your database...

How do I check the size of my database?

Using the below mentioned steps, we will show you how to check the size of your database so you...

I need a different version of PHP/MySQL

If for some reason you cannot install programs on your server like Joomla, Drupal, WordPress,...

How do I optimze mysql in Cpanel?

It is always a good idea to keep your databases' tables optimized. Fortunately, making this...

How do I optimze mysql in plesk ?

It is always a good idea to keep your databases' tables optimized. Fortunately, making this...