Removing Users from a Database

To remove database users, first click on the database name from the main MySQL databases menu. In this example, we have clicked on the "username_chat" database, which has two users (see above picture).

The username_chat database has two users: username_gary and username_tom. To delete the database user, simply check the box next to its name and click the "Delete" button.

mysql remove user

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Creating Databases

To create a database, sign into the control panel and then click on the "Account Manager" icon,...

Removing Databases

To find a list of all databases in MySQL, go to the main databases menu. If you want to delete...

Adding Users to a Database

There may be times when you want to have more than one login name and password assigned to a...

Changing Database Passwords

To change your database password, follow these steps:1. Go to the main MySQL databases menu and...