!! Create database
(as root)
{{{
mysql> create database new_database;
}}}

----
[MySQL | CategoryComputing.DB.SQL.MySQL]