1. Install on a PC
2. Install on a Mac
3. Install on Cloud9
1. Install on a PC
2. Install on a Mac
3. Install on Cloud9
Use Cloud9 to follow along in the course
Install on your local machine once you finish
And then...
(brace yourself)
(If you dare)
Sign Up For An Account
Note: If you do not have a credit card, don't fret...
Create A Workspace
A Quick Tour of Cloud9
Start MySQL
mysql-ctl start
Start MySQL Interactive Shell
mysql-ctl cli
Stopping MySQL
mysql-ctl stop
exit;
quit;
\q;
Or, type ctrl-c
<-- What I Like
Try Entering The Following Commands
help;
show databases;
select @@hostname;