How do I add a user to a MySQL database?



  1. Login to cPanel.
  2. Locate and click on the MySQL Databases icon under the Databases category.
  3. Open
  4. Locate the Add User To Database heading.
  5. Select the user you want to add the database, and then select the database you want to add the user to.
  6. Click Add.
  7. Select the privileges you want the user to have in the database (All privileges is OK for most applications).
  8. Click Make Changes.


  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Becoming familiar with databases in phpMyAdmin

This tutorial is going to help you become more familiar with databases and phpMyAdmin. We are...

Copying a database table with phpMyAdmin

This tutorial is going to teach you how to copy a database table with phpMyAdmin. For the...

Creating tables in a database with phpMyAdmin

This tutorial is going to teach you how to create a table in a database with phpMyAdmin. We are...

Deleting fields from database tables with phpMyAdmin

This tutorial is going to teach you how to delete fields from database tables using phpMyAdmin....

Deleting tables in a database with phpMyAdmin

This tutorial is to teach you about specific operations in phpMyAdmin. We are going to learn...