MySQL Tutorial: Removing MySQL Database and User
Removing Privileged User from a database
If you would like to remove a privileged user from a database you can easily do so by clicking the button for the database and username in question as show below:

A confirmation message for the removal will be loaded. This means that the username no longer has any privileges to the database.
Removing a MySQL database
If you would like a MySQL database removed this can be easily accomplished by clicking the [Delete Database] button for the database in question:

You will get a confirmation screen when the database is removed.
Note that this process is irreversible and all the data from this database will be lost.
Removing a MySQL User
If a MySQL username is no loger needed you can remove it by clicking the Delete button next to it under Current Users as shown below:

Again a confirmation screen will be shown upon successful removal.
|