How Do I Create a Database?

This demo assumes you've already logged in to cPanel

Now let's learn how to create a MySQL database

1. Click MySQL Database Wizard

 

 

2. Enter a name for the new database, and Click Next Step

 

3. Now we have to create a user for this database... enter a username here

 

4. Then enter and confirm a password. When ready, click Create User.

 

5. Check here to assign All Privileges to the user. After that Click "Make Changes".

 

By this you can create databases.

 

The MySQL DB has been created, and the DB new username added to the DB. The database name, username and password will all be needed for scripts that need to connect to the database.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

What MySQL Version I'm Using?

This demo assumes you've already logged in to cPanel 1. On right hand side you have...

How to Backup & Restore a MySQL Database

How to backup Mysql Database.   First, log in to your cPanel using your username and password....

Insert Data Into Your Mysql Database

This demo assumes you've already logged in to cPanel Scroll down to the Databases section...

Remotely Connect to a Databases

Configuring a Remote MySQL Database 1. Log in to your cPanel account. 2. Navigate to the...

How to Grant MySQL Database Privileges to a Database User

To give a user all privileges in MySQL, follow these steps: Log in to your cPanel account....