On this pageDROP DATABASEDrop a database.SyntaxโDROP DATABASE [IF EXISTS] <database_name>CopyExamplesโmysql> DROP DATABASE test;Copy