我对用于MySQL服务器5.1.72的JDBC版本有点困惑。 你能告诉我,我应该使用什么版本以及为什么?
答案 0 :(得分:0)
以下链接http://www.mysql.com/products/connector/提供了MySQL连接器列表,选择了JDBC连接器和平台。
答案 1 :(得分:0)
答案 2 :(得分:0)
JDBC version
无论你在谈论 JDBC API 还是可用的版本都没有意义
JDBC 3.0
JDBC 4.0 (included in Java SE 6)
JDBC 4.1, is specified by a maintenance release 1 of JSR 221
and is included in Java SE 7
The latest version, JDBC 4.2, is specified by a maintenance release 2 of JSR 221
and is included in Java SE 8.
如果您正在谈论 JDBC驱动程序mysql ,那么最好使用可用的最新版本
Connector/J 5.1.31
除非您发现一些兼容性问题,否则始终建议使用最稳定的版本。