Homework Assignment #6 (MySQL)

In this assignment, you will install and configure MySQL. You'll set up a user account (in addition to root) and create passwords for the root and user accounts. Also, to make it easier for us to grade, you'll make user accounts for your instructor (ewennstr) and your AI's (sudhgoll and kpittala). You shouldn't set passwords for those accounts. Finally, you'll create a simple database with a single table and give access to your instructor and graders and to the user account you just created.

Remember to make sure that MySQL is running so that your AI's can see the database you created.

See today's lecture notes for instructions on installing MySQL, creating that first database, and granting access to your graders.

This assignment is due Wednesday, July 2nd before class.