View Single Post
  #2 (permalink)  
Old 01-23-09, 18:51
carl owen's Avatar
carl owen carl owen is offline
Super Moderator
 
Join Date: Nov 2008
Posts: 1,059
Smile

It is possible to delete a MySQL database through cPanel control panel. Follow the steps given below to delete a MySQL database :

Once you log in into the cPanel control panel you will see a table which contains the following information,

Database - This entry will be the name of the database.

Size - This will show the size of the database

Users - This will show the users in the database.

Actions - You will have one choice,

Delete Database - Click on this to delete a database.

Find the database you want to delete in the “Database” column once you find the database.

In the “Actions” column, click delete database.

You will see the following statement :

“Are you sure you wish to permanently remove the DATABASE_NAME?”

Click "Yes".

Following statements will appear :

“Deleted the database DATABASE_NAME.”

“Database “DATABASE” dropped.”
Reply With Quote