1) Log into cpanel.
2) Click on the "MySQL" icon.
3) Type in the "database" name next to "New Database". Click the "Create Database" button.
Now you need to add a user to this database.
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 created a new database and added a user to it.
*note* when most programs ask for the database location you will need to type in "localhost" without the quotations.
Most Popular Articles
How do I add a user to a database?
Creating the user:1) Scroll down to "Add New User".2) Input the desired username and password...
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...