|
How to delete a MySQL Database
If you are deleting a script or would like to restart a new database, the first step is to delete the old MySQL database. To do so, please do the following:
- Click MySQL Databases
- Under “Current Databases:” you will find the names of all your current databases.
- Click Delete next to the name of the database you would like to delete.
You have now deleted a MySQL Database.
Note: You may also need to delete the user who is accessing the database as well, if you would like not to have any further traces of the that database lingering.
|