Control Panel
 

Creating MySQL Database

   

1. Login to your Hosting control panel
   
2. Click on “MySQL Databases”
   
3. Next to “Db:” enter a database name (e.g. “db”) and click “Add Db”.
   
4. Return to the “MySQL Databases” page.
   
5. Under “Users” enter a username (e.g. “me”) and a password and click “Add User”.
   
6. Return to the “MySQL Databases” page.
   
7. Select the newly created user (e.g. “user_me”) and the newly created database (e.g. “user_db”) and click “Add User to Db”
   
8. Add '%' to access hosts, this will allow the users to connect to the database
   
  Now use the following details to connect to the database:
   
  Server: cpanel1
User: user_me
Database: user_db
Password: The password you entered when you created user_me