Version: 0.7.0On this pageDROP DATABASEDrop a database.SyntaxDROP DATABASE [IF EXISTS] <database_name>CopyExamplesmysql>DROP DATABASE test;Copy