There are many ways to delete data from a database in MySQL but You’ll need special privilege to create or to delete a MySQL database. In case you want to delete MySQL database here are the process by which you can delete the MySQL database from your web hosting account.

Follow these Steps to delete MySQL database:-

After the page loads you will see a table containing the following information which is split into five columns;
# 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.
# Once you see the table, find the database you want to delete in the “Database” column.
# Then click on the Delete Database in the “Actions” column.
# The following confirmation statement will be seen :
“Are you sure you wish to permanently remove the DATABASE_NAME?”
# Click on the Yes button.
# The following statement will be seen:-
“Deleted the database DATABASE_NAME.”
“Database “DATABASE” dropped.”