This database is being compiled and tested under these following conditions
- RedHat 2.6.32-279.11.1.el6.x86_64
- Python 2.6.6
- MySQL 14.14
- finish MySQL scripts to create tables in the database
- finish populating tables not populated by scripts
- improve query in "populate_course.py" currently searches using only last name.
- replace names in "course_schedule.txt"
- "course_schedule.txt" must be in both the home directory and the script directory depending on whether you run the bash script or the python script
- added course times to course table
- created "populate_courses.py"
- created "populate_faculty_member.py"
- archived "faculty_member.sql"
- updated database relations to correct database
- updated mysql schema to create course table
- created script to populate the coarse table