Setup Instructions for
Introduction to MySQL Development and Administration Training
- If you haven't already, download the class files listed at the bottom of this page.
- Create a folder in the root of your C drive called "Webucator" and extract the class files zip file to that folder.
- Make sure that you have installed the software you plan to use in class.
- See the course outline for your class to determine the software requirements (link below).
- If this is for a private onsite class make sure that each computer has the database and client software installed.
Setup directions specific to SQL501 go here. You can use any valid XHTML tags.
- Change to SetupDirectory
- Ensure MySQL is installed and running.
- On command prompt, execute the following commands in sequence:
- mysql -u root -p < init-setup.sql
- Enter your root password (from installation) when prompted.
- Review sakila-load.log for errors.