parent
7fe7a77ebf
commit
97317196ae
@ -1,3 +1,13 @@
|
|||||||
# Welcome to MySQL Bootcamp!
|
# Welcome to MySQL Bootcamp!
|
||||||
|
|
||||||
Before class, download [flights.sql](https://raw.githubusercontent.com/mahuntington/sql/master/flights.sql) by clicking the link, choosing File->Save Page As, and then choosing a download location.
|
Before class, download [flights.sql](https://raw.githubusercontent.com/mahuntington/sql/master/flights.sql) by clicking the link, choosing File->Save Page As, and then choosing a download location.
|
||||||
|
|
||||||
|
Everyone will need to install two tools to follow along during class:
|
||||||
|
|
||||||
|
1. MySQL Server, a mostly invisible program which stores information.
|
||||||
|
1. A MySQL Client, a program designed to help you interact with the server.
|
||||||
|
|
||||||
|
Here's what to do:
|
||||||
|
|
||||||
|
1. Mac OSX: https://www.youtube.com/watch?v=aoMnggYTrDE
|
||||||
|
1. Windows: https://www.youtube.com/watch?v=ZtyVlGZeDWc
|
||||||
|
|||||||
Loading…
Reference in new issue