How to create a database in the terminal – MySQL – Ubuntu 14.04
The first thing we are going to do is to log into the MySQL root shell, you will be prompted for your MySQL root password. (remember to change the text there is red to whatever you want the database,user and password to be)
1 | # mysql -u root -p |
You