Setup Instructions for
MySQL Administration Training

  1. If you haven't already, download the class files listed at the bottom of this page.
  2. Create a folder in the root of your C drive called "Webucator" and extract the class files zip file to that folder.
  3. Make sure that you have installed the software you plan to use in class.
    1. See the course outline for your class to determine the software requirements (link below).
    2. If this is for a private onsite class make sure that each computer has the database and client software installed.

Setup directions specific to MYS301 go here. You can use any valid XHTML tags.

  1. Change to SetupDirectory
  2. Ensure MySQL is installed and running.
  3. On command prompt, execute the following commands in sequence:
  4. mysql -u root -p < init-setup.sql
  5. Enter your root password (from installation) when prompted.
  6. Review sakila-load.log for errors.