In order to access your the mysql part in your terminal you will enter something like this. #terminal #mysql
Access monitor: mysql -u [username] -p;
(will prompt for password)
This will get you logged into the mysql part in your terminal.
Complete Cheat Sheet https://gist.github.com/hofmannsven/9164408