JDBC driver for MySQL download and install.

  • Go to the MySQL web site.
  • Locate the download page for Connector/J. To do that, you may need to start by clicking the Community link, and the on the Connectors link. I found it HERE
  • Save the zip file for the connector to your hard drive. The file is typically named some-thinglike mysql-connector-java-5.0.7.zip
  • Unzip the zip file onto you hard drive. The unzipped file should include a JAR file for the driver. This file is typically named something like mysql-connector-java-5.0.7-bin.jar
  • Copy the JAR file for the driver into the JDK directory: jre\lib\ext

Here is a copy of what I downloaded: mysql-connector-java-5.1.10.zip (3.69 mb)