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, 3140🔥, 0💬
Popular Posts:
Apache Commons Lang 3 is the 3rd version of Apache Commons Lang, which provides a host of helper uti...
Old version of xml-apis.jar. JAR File Size and Download Location: File name: xmlParserAPIs.jar File ...
The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms, it was develo...
JDK 11 java.xml.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) module. JDK 11 XML...
What is the sax\Writer.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 insta...