HostGator.com » Support Portal



How do I create a MySQL database, a user, and then delete if needed?

Your cPanel allows you to easily create a MySQL database, create database users, and assign database user privileges. You can also deleted databases and remove database users.

This video will show you how effortless it is to, create the database, the database user, and how to assign that user to your new database. This is a standard practice for anyone looking to manually install third party programs that make use of MySQL databases.


1. Create the Database

Create: If you are using any type of PHP software or keeping a collection of records which need to be accessed in some way, you will need to create a database. Below will show you how to create a MySQL database in cPanel.

  1. Click the MySQL Databases icon
  2. In the box to the right of New Database, please provide a name for the database. Please note cPanel will create the full name of the database as cpaneluser_databasename
  3. Click the Create Database button

You have now successfully add the database, You will now need to create a user to access the database.

2. Create a Database User and Assign Privileges

Create User: Whenever you have any type of MySQL database, you will need to assign a user to be able to access the database. If you would like to create a user and give them access to the database, please do the following:

  1. Click MySQL Databases
  2. Scroll down until you see the Current Users section
  3. Under this section and to the right of User name, please provide a user name for a database
  4. Please note that that full database user will be cpaneluser_databaseuser
  5. To the right of Password, please type the password for which you would like to create for this database user.
  6. Click Create User

You have now created a database user. You can manage it from phpMyAdmin, found in the Databases section in cPanel.

You now need to give the user privileges for your specified database.

  1. In the drop down menu to the right of User, please sect the user for which you would like give privileges to.
  2. To the right of Database, please select a database for which you would like the user to have privileges to.
  3. Under privileges please choose what type of privileges you would like the user to have.
  4. Click Add User To Database button You have now created a new database with a privileged user. You can now input the information into a PHP script or another script to access it locally

You have now just gave a user permissions to a database.


Delete a Database

Delete: If you are deleting a script or would like to restart a new database, the first step is to delete the old MySQL database. To do so, please do the following:

  1. Click MySQL Databases
  2. Under Current Databases, you will find the names of all your current databases.
  3. Click Delete next to the name of the database you would like to delete.

You have now deleted a MySQL Database.

Note: You may also need to delete the user who is accessing the database as well, if you would like not to have any further traces of the that database lingering.


cPanelcPanel is a popular web hosting control panel that helps you manage your hosting account and assists you in creating web sites, managing e-mail addresses, & installing applications to a server.

cPanel is available on all HostGator Linux hosting plans, including Shared Hosting, Reseller Hosting, VPS and Linux Dedicated Servers.

Article Comments

ken nelson
well done

Alex
you make it look so easy , Great work Thanks

HostGator
Thank you for your comments. Just a quick reminder that the comments on this page are not monitored by technical support staff, and that for support issues, it is best to contact us by live chat, phone or email so we can assist you right away.

Although comments are not monitored by technical support staff, they are moderated and read by technical writers. Comments will need to be approved by a moderator before appearing.

Our technical writers do read the comments periodically for the purposes of updating the articles, and do appreciate your feedback, suggestions and corrections to the articles themselves, as well as any suggestions or tips for readers of this article. However, support questions posted here are not guaranteed to be replied to in a timely manner or at all. For support issues, it is best to contact our support staff instead by live chat, email or phone.



Your comments help us keep the knowledge base updated. This is not a medium for support. If you have questions or need help, please contact us via email, phone or live chat for fast assistance.

Post Comment