Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
Connector/J, JDBC and MySQL Versions
Which Connector/J version should I use to connect to my MySQL Server?
✍: FYIcenter.com
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?
2016-12-18, 3307🔥, 0💬
Popular Posts:
Apache Log4j 1.2 Bridge allows applications coded to use Log4j 1.2 API to use Log4j 2 instead. Bytec...
JDK 11 jdk.crypto.cryptoki.jmod is the JMOD file for JDK 11 Crypto Cryptoki module. JDK 11 Crypto KI...
JDK 11 jdk.hotspot.agent.jmod is the JMOD file for JDK 11 Hotspot Agent module. JDK 11 Hotspot Agent...
Apache Axis2 is the core engine for Web services. It is a complete re-design and re-write of the wid...
Where to find answers to frequently asked questions on Downloading and Installing Connector/J - JDBC...