In this tutorial I will demonstrate how you can quickly create a new MySQL database using the command line interface. Most of the dedicated servers that you can buy will come with a nice web interface to manage you mysql server. Something like phpmyadmin. But in case you are building a dedicated databases server you most definitely will need to know how to set your first database from the command line.
First thing you need to do is to login into your database server. For the purposes of this tutorial I have installed mysql on a Linux server but the approach is pretty much the same even if you operate on a server with Windows operating system.
On Linux the command to enter in Mysql Command Line Interfate (CLI) is pretty intuitive.

