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