ok, if you are here you probably want to know how you can create a database in mysql using the shell command. this is what i did to make a data base in mysql server:

Create a database on the sql server.

mysql> create database [databasename];