Cheatsheet: MySQL
Server operations
start a server
stop a server
open prompt/shell
execute command from a shell
Create new database and user
open mysql prompt as root (password is empty)
create database
create user with a password
grant permissions to a db
check permissions
login as new user