How do I delete a MYSQL database?

To delete MySQL database in control panel, follow the steps given below,
Step 1: Login to cPanel.
Step 2: Type the keyword database in the search textbox and from the search results, select MySQL Databases under Databases.

Step 3: Under "Current Databases", click Delete option for the respective database to be deleted.

Step 4: You will get an alert message, click "Delete Database" option to delete the database.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

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...

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 restore a database using PHPMyadmin?

You can restore a database backup in PHPMyadmin by doing the following: 1) After entering...

What is Mysql?

MySQL is a Relational Database Management System. A relational database adds speed and...

What is the mysql host name?

Always use 'localhost' whenever asked.