Creating the user:
1) Scroll down to "Add New User".
2) Input the desired username and password (verify password). Click the "Create User" button.
Now you need to add the new user to your database.
1) Scroll down to "Add User To Database".
2) In the first drop down box select the user. In the second drop down box select the database. Click the "Add" button.
You've succesfully added your user to your database.
Most Popular Articles
How do I add a MySQL database?
1) Log into cpanel.2) Click on the "MySQL" icon.3) Type in the "database" name next to "New...
How do I delete a MySQL database?
>1) Log into cpanel.2) Click on the "MySQL Databases" icon.3) Scroll down to "Current...
Copying MySQL data
To copy a table structure and all of its data: CREATE TABLE new_table LIKE old_table;INSERT INTO...
MySQL Trouble shooting
Try checking for Typos by printing out the query that is getting sent to MySQL Server from your...