How do I delete a MYSQL database?

Removing a database will delete that database ENTIRELY from the server. Please make sure you have saved a copy of the database if you want to keep any of the data in contained in it.


To remove a database:

Click on the  'Manage Mysql' under the 'database' header in Cpanel. 

Click on the DELETE button next to the specific database

 

 
  • how, delete, MYSQL database
  • 117 Users Found This Useful
Was this answer helpful?

Related Articles

What are the information_schema tables I see when viewing my database?

INFORMATION_SCHEMA provides access to database metadata. Metadata is data about the data, such...

How can I access mysql database remotely?

Under the mysql header in Cpanel, select 'manage mysql'Then scroll down to the 'access hosts'...

How can I backup a database using phpmyadmin?

Backing up your database in Phpmyadmin is accomplished by doing the following: 1) Once you have...

How do I add a mysql database in Cpanel?

To create a MySQL database: - Go to 'Manage Mysql' under the database header in Cpanel - In the...