Home
Clients (secure) Login:
Home arrow Tutorials arrow MySQL Tutorial: Removing MySQL Database and User
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 on the corresponding button next to the database user as shown below:

removedb01.jpg

A confirmation message for the removal will be displayed. 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 on the Delete Database button under the Actions area:

removedb02.jpg


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 longer needed you can remove it by clicking on the corresponding Delete button under the Current Users area:

removedb03.jpg

Again a confirmation screen will be shown upon successful removal.    

 
< Prev   Next >