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