A MySQL command to create a new database is:
create database new_database_name
Read more about CREATE DATABASE syntax at mysql.com