Follow the instructions for the MySQL Tutorial:

  1. Install MySQL Community Server http://dev.mysql.com/downloads/mysql/
  2. Install MySQL Workbench http://dev.mysql.com/downloads/workbench/
  3. Start both programs and connect to the Community Server using the Workbench
  4. Here is a link to the online tutorial http://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-create-connection.html
  5. Download the Tennis file CreateAndPopulateTennisTables.txt 
  6. Copy and paste the contents of the file into the Workbench Query 1 window
  7. Execute (Query->Execute) the commands from the file contents to create the Tennis database in the MySQL Server
  8. Clear the commands from the Workbench Query 1 window
  9. Run the following command in MySQL Workbench: select * from Players;
  10. Save the results of the command to a text file (you can export as tab separated file or highlight and copy and paste)
  11. Save as the name YourLastName_Tutorial.txt
  12. Click on MySQL Tutorial (Submit Here) and click on Attach File to upload the tutorial file
  13. Make sure to submit the file by clicking the Submit button at top and bottom of submission page

This procedure is how you will submit all the other projects in the course under the Projects Tab.