Use this syntax: mysql -u[user name] -p[passwd]
mysql -ubob -pmyPasswd
CREATE DATABASE myDb;
Before managing a BD, you need to select one with use.
use
USE myBD;