DROP DATABASE Testingdatabase;
.
DROP DATABASE Data_base_name;
The following SQL statement drop a database called "Testingdatabase":
DROP DATABASE Testingdatabase;
Tip:
Make sure you have admin privileges before Drop any database. Once a database is drop, you can check it in the list of databases with the following SQL command: SHOW DATABASES;