You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
579 B
14 lines
579 B
# 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
|