Removing Users from a Database

To remove database users, first click on the database name from the main MySQL Management 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_chat (the username is the same as the database name) and username_gary2.  To delete the database user, simply check the box next to its name and click the "Delete Selected" button.

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Creating Databases

This section provides information about creating MySQL databases. The control panel makes...

Removing Databases

This section provides information about removing databases, adding users to a database and...

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

This section provides information about changing database passwords, setting up your database...

Setting up your Database with Scripts

Most scripts need to know four things about your database: the database name, database username,...