The Drop DATABASE is used to drop/delete/remove an existing MySQL database. Droping a database will result in loss of complete information stored in the database! An error occurs if the database not exists.
Syntax
DROP DATABASE databasename;
You can use MySQL Command Line Client to drop a database called "myDB". It will look like this: