Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

For connecting and communicating with MySQL, you will need only 1 jar file. Follow the instructions in this section to prepare the libMySQL folder.

  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.
  2. Copy the jar file mysql-connector-java-5.1.xx-bin.jar to the libMySQL folder.
  3. 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/
  4. Rename the jar file copied in libMySQL folder to mysql-connector-java-5.1.xx.jar.
  • No labels