mysql-connector-java与mysql、jdk的对应版本

【腾讯云】腾讯云数据库性能卓越稳定可靠,为您解决数据库运维难题

云数据库购买页

mysql-connector-java与Mysql对应版本:

Connector/J version Driver Type JDBC version MySQL Server version Status
5.1 4 3.0, 4.0, 4.1, 4.2 5.6*, 5.7*, 8.0* General availability
8.0 4 4.2 5.6, 5.7, 8.0 General availability. Recommended version

MySQL Connector/J 8.0 Developer Guide

Abstract

This manual describes how to install, configure, and develop database applications using MySQL Connector/J 8.0, a JDBC and X DevAPI driver for communicating with MySQL servers.

MySQL Connector/J 8.0 is highly recommended for use with MySQL Server 8.0, 5.7, and 5.6. Please upgrade to MySQL Connector/J 8.0.

有关详细说明 Connector/J 8.0 的每个版本中的更改的说明,请参阅 MySQL Connector/J 8.0 Release Notes。

mysql-connector-java与jdk对应版本:

Connector/J version JRE Supported JDK required for compiling source code
5.1 1.5.x, 1.6.x, 1.7.x*, 1.8.x** 1.5.x and 1.8.x ***
8.0 1.8.x 1.8.x

官方文档:MySQL :: MySQL Connector/J 8.0 Developer Guide

你可能感兴趣的:(mysql,mysql,java,数据库)