Connector/J, JDBC and MySQL Versions

Q

Which Connector/J version should I use to connect to my MySQL Server?

✍: FYIcenter.com

A

You can use the following table to find which Connector/J version you should use to connect to your MySQL Server. The table lists Connector/J versions along with what version of the JDBC API it supports, and what versions of MySQL Server it works with.

Connector/J Version   Java   JDBC API Version     MySQL Version
-------------------   ----   ----------------     --------------
Connector/J 8.0.*     8+     4.2                  5.6 - 5.7, 8.0
Connector/J 5.1.*     5+     3.0, 4.0, 4.1, 4.2   4.1, 5.0 - 5.7, 8.0
Connector/J 5.0.*     4+     3.0                  4.1, 5.0
Connector/J 3.1.*     1+     3.0                  4.1, 5.0
Connector/J 3.0.*     1+     3.0                  3.x, 4.1

 

Downloading mysql-connector-j-8.0.31.zip

What Is Connector/J - JDBC Driver for MySQL?

Downloading Connector/J - JDBC Driver for MySQL

⇑⇑ FAQ for Connector/J - JDBC Driver for MySQL

2016-12-18, 3440🔥, 0💬