Official JDBC Driver for MySQL
MySQL Connector/J is a native Java driver that converts JDBC (Java
Database Connectivity) calls into the network protocol used by the
MySQL database. It lets developers working with the Java programming
language easily build programs and applets that interact with MySQL and
connect all corporate data, even in a heterogeneous environment. MySQL
Connector/J is a Type IV JDBC driver and has a complete JDBC feature
set that supports the capabilities of MySQL.
- Developed at Java:packages
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/mysql-connector-java && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
mysql-connector-java-5.1.25-suse.tar.xz | 0001336544 1.27 MB | |
mysql-connector-java-7-jdbc-4.1.patch | 0000068563 67 KB | |
mysql-connector-java.changes | 0000004955 4.84 KB | |
mysql-connector-java.spec | 0000004397 4.29 KB |
Revision 19 (latest revision is 53)
Stephan Kulow (coolo)
accepted
request 199734
from
Michal Vyskocil (mvyskocil)
(revision 19)
- update to 5.1.25 (see CHANGES for full list) * support for Connection Attributes when used with MySQL Server versions (5.6+). 5.1.24 * support of password expiration protocol. This introduces new boolean connection property disconnectOnExpiredPasswords. 5.1.23 * added support of password expiration protocol. * driver now allows the mechanism for caching MySQL server configuration values replaceable at runtime. * Connection.setReadOnly() will take advantage of server-side support for read-only transactions present in MySQL-5.6 and newer. Calling .isReadOnly() will incur a round-trip if useLocalSessionState. 5.1.22 * support of ON UPDATE CURRENT_TIMESTAMP for TIMESTAMP and DATETIME fields. 5.1.21 * new built-in authentication plugin com.mysql.jdbc.authentication.Sha256PasswordPlugin ("sha256_password"). * Added new built-in authentication plugin com.mysql.jdbc.authentication.MysqlClearPasswordPlugin ("mysql_clear_password"). It allows C/J based clients to connect to MySQL accounts. * the ability to add new client-side prepared statement parse info caches * implemented several JDBC-4.1 methods from Java-7: 5.1.19: * Added support for pluggable authentication via the com.mysql.jdbc.AuthenticationPlugin - rebase and rename mysql-connector-java-5.1.19-java7.patch to * mysql-connector-java-7-jdbc-4.1.patch - add jpackages-tools to buildrequires
Comments 0