Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a folder named libMySQL to collect the 1 the jar file needed for MySQL 5.6.
    1. If you have MySQL Workbench (client) installed on your machine, follow the sub-steps below, else move to the next step.
    2. Go to the folder <Your MySQL Workbench installation>\MySQL\Connector J 5.1.26, e.g. C:\Program Files (x86)\MySQL\Connector J 5.1.26.
    3. Copy the jar file mysql-connector-java-5.1.xx-bin.jar to the libMySQL folder.
  2. Alternatively, you can download the jar file from the following site. Download the zip file, unzip it, and copy the mysql-connector-java-5.1.xx-bin.jar to the libMyQL folder.
    https://dev.mysql.com/downloads/connector/j/
  3. Rename the jar file copied in libMySQL folder to mysql-connector-java-5.1.xx.jar.