CREATE DATABASE Testingdatabase;
.
CREATE DATABASE Data_base_name;
The following SQL statement creates a database called "Testingdatabase":
CREATE DATABASE Testingdatabase;
Tip:
Make sure you have admin privileges before creating any database. Once a database is created, you can check it in the list of databases with the following SQL command: SHOW DATABASES;