diff --git a/README.md b/README.md index 6735592..aa53b8e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # 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. + +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