How do I create a database?

To create a database:

1. login to your account control panel

2. click "Manage Mysql" in the databases section.

3. You will see a button that says "add db" type your database name in the text box to the left of that button then click add db.

4. Click back

5. Under the "add db" button you will see "Users" Put in a username and password then click the add user button.

6. Click back

7. Now you just need to add the user you created to the database. You will see a button just above add db that says "add user to db" select the username you just
created and the database you just created and click the add user to db button.

Keep in mind your username will be added to the database name and the database username. It will look like username_DBname and username_DBusername.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Are my databases backed up?

Yes, all databases are backed up on a weekly basis. However, do not depend on our backups alone....

Backup a mysql database via SSH

In order to backup your database via SSH or Telnet you will require 2 things:1. SSH or Telnet...

Can I remote connect to my databases?

Yes, you can. You must add the IP address you connecting from to the access host section of the...

How to assign MySQL Privileges:

In order to get the correct privileges added: Go to your MySQL Databases in cPanel. Add the...

I have a mysqldump of my database how do I upload it?

1. Greate a database in your control panel. 2. Go into myPHPadmin and select the database you...