Managing you MySQL databases can be done online, using the cPanel's functionality. Just click on the MySQL Databases icon and you will be able to create and delete databases, manage their users, etc.
If you are willing to create a database, type the name in the space, labeled Db and click the Add Db button. To create a user, please provide a login and a password in the Users section below. To actually allow a user access databases select the two parties from the dropdown menus, the privileges you wish to grant to that user, and then click the Add Users to Db button.
To administer your databases in full while online, you can use the phpMyAdmin link at the bottom of the page.
If you wish to connect a script to a database, please make sure that:
1. Your database is created.
2. The user for the database exists.
3. The user is added to the database.
4. You are using the source code which is generated by cPanel to connect to your databases.
