SQL Cheat Sheet

At the first login, you will be asked to set up a SQL root account.

Make sure to remember the password later!

Shell

Create database.

Shell

Show database.

Shell

Create user 'UserName' with a password.

Password needs to be written between the apostrophes!

Shell

Grant database to user.

Shell

Save.

Shell

Exit SQL.

Shell