MySQL Delete Database
Introduction The DROP DATABASE command is a basic command of the MySQL language and is used to delete an existing database.Please pay attention to this command because by deleting a database you will also delete all the tables and therefore also your data. Preliminary operations Before to start it is important that you have MySQL …