How do I delete a MySQL database?

Overview

You can easily delete a MySQL database from your web hosting account. Follow the instructions below.

Steps

  1. When the page loads, you will see a table containing the following information, split into five columns:Next, find the database you want to delete in the "Database" column.
    • Database - This entry will be the database name you created in Step 1 above.
    • Size - This entry will be the size of the database you created in Step 1 above.
    • Users - This entry will be the users in the database.
    • Actions - You have once choice:
      • Delete Database - Click on this link to delete a database.
  2.  
  3. Then click on the Delete Database in the "Actions" column.
  4. You will see the following confirmation statement:Click on the Yes button.
    • "Are you sure you wish to permanently remove the DATABASE_NAME?"
  5.  
  6. You will see the following statement:
    • "Deleted the database DATABASE_NAME."
    • "Database "DATABASE" dropped."
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I create a MySQL database?

Overview MySQL databases allow you to store lots of information in an easy to access manner. The...

How do I create a MySQL database?

Overview There are two primary steps when creating a MySQL user. The first step is to create a...

How do I use phpMyAdmin?

Overview phpMyAdmin is a web based database administration tool specifically for managing MySQL...

How do I setup remote access to my MySQL databases?

Overview Remote MySQL allows external web servers to access your MySQL databases by adding their...

How do I repair my MySQL database?

Overview You can repair your MySQL database by using the "Repair DB" feature in cPanel. Steps...