Print this pagePrint this page

If the database does not exist then create it with "CREATE DATABASE" command


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