Search results
MySQL Connector/J is the official JDBC driver for MySQL. MySQL Connector/J 8.0 and higher is compatible with all MySQL versions starting with MySQL 5.7. Additionally, MySQL Connector/J 8.0 and higher supports the new X DevAPI for development with MySQL Server 8.0 and beyond.
- Archives
Please note that these are old versions. New releases will...
- Download MySQL Installer
We suggest that you use the MD5 checksums and GnuPG...
- MySQL Connectors
MySQL provides standards-based drivers for JDBC, ODBC, and...
- Archives
JDBC Type 4 driver for MySQL. You can download jar file mysql-connector-java 8.0.11 in this page. The GNU General Public License, v2 with FOSS exception. You can use the following script to add mysql-connector-java-8.0.11.jar to your project. <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.11</version>
MySQL Connectors provides standards-based drivers for various languages and platforms. To download the JDBC Driver for MySQL, click on the link for Connector/J and choose your operating system and Java version.
MySQL Connector/J is a JDBC Type 4 driver, which means that it is pure Java implementation of the MySQL protocol and does not rely on the MySQL client libraries.
Download the latest version of MySQL Connector/J, a pure Java implementation of the MySQL protocol. This driver supports JDBC 4.x, large update counts, date-time variants and more.
MySQL Connector/J can be installed from pre-compiled packages that can be downloaded from the MySQL Connector/J download page. Installing MySQL Connector/J only requires obtaining the corresponding JAR file from the downloaded bundle or installer and including it in the application's CLASSPATH.
MySQL Connector/J is a JDBC Type 4 driver, which means that it is pure Java implementation of the MySQL protocol and does not rely on the MySQL client libraries.