On this pageCREATE DATABASECreate a database.SyntaxCREATE DATABASE <database_name>CopyExamplesmysql> CREATE DATABASE test;Copy