Official JDBC Driver for MySQL
https://dev.mysql.com/downloads/connector/j/
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.
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / mysql-connector-java
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Java:packages/mysql-connector-java && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000155 155 Bytes | |
compile-jdk7.patch | 0000001163 1.14 KB | |
disable-testsuite.patch | 0000000844 844 Bytes | |
generate-tarball.sh | 0000000350 350 Bytes | |
hibernate-check.patch | 0000001049 1.02 KB | |
javac-check.patch | 0000000710 710 Bytes | |
mysql-connector-java-5.1.49-suse.tar.xz | 0001032864 1010 KB | |
mysql-connector-java-jdbc-4.1.patch | 0000038095 37.2 KB | |
mysql-connector-java-sourcetarget.patch | 0000002322 2.27 KB | |
mysql-connector-java.changes | 0000014931 14.6 KB | |
mysql-connector-java.spec | 0000004150 4.05 KB |
Revision 55 (latest revision is 122)
Fridrich Strba (fstrba)
accepted
request 818155
from
Pedro Monreal Gonzalez (pmonrealgonzalez)
(revision 55)
- Update to 5.1.49 [bsc#1173600, CVE-2020-2875, CVE-2020-2933, CVE-2020-2934] - Changes in 5.1.49: * INSERT..VALUE..lead to invalidation of batch insert. * CLIENT HANG WHEN LOADBALANCESTRATEGY IS BESTRESPONSETIME. * Remove third-party libraries from sources and bundles. * PREPAREDSTATEMENT.SETOBJECT(I, "FALSE", TYPES.BOOLEAN) ALWAYS SETS TRUE OR 1. * Not recommended default for 'allowLoadLocalInfile'. * Disable external entities in Fabric's XML parser. * INCORRECT DATE ERROR WHEN CALLING GETMETADATA ON PREPARED STATEMENT. - Changes in 5.1.48: * COMMUNITY README AND README.TXT FILES HAS THE WRONG YEAR (2018). * REGRESSION UNIT TESTS FAILS WHEN THE 8.0 SERVER'S CHARSET IS SET TO DEFAULT UTF8MB4. * Update README.md and add new CONTRIBUTING.md. * Improve DatabaseMetaData.getSQLKeywords() to include new reserved words. * Parameter metadata inferred incorrectly when procedure or function doesn't exist. * Can't execute a stored procedure if exists function with same name. * PSTMT.EXECUTEUPDATE() FAILS WHEN SQL MODE IS NO_BACKSLASH_ESCAPES. * SYNTAX ERROR ON RESULTSET.UPDATEROW() WITH SQL_MODE NO_BACKSLASH_ESCAPES. * PREPAREDSTATEMENT.SETTIMESTAMP NULLPOINTEREXCEPTION. * Support new utf8mb4 bin collation. * GETTABLENAME() RETURNS NULL FOR A QUERY HAVING COUNT(*) WITH JDBC DRIVER V8.0.12. * SETTING LOGSLOWQUERIES SHOULD NOT AUTOMATICALLY ENABLE PROFILESQL FOR QUERIES. * PROFILEREVENT HOSTNAME HAS NO GETTER(). * CONNECTOR J WITH PROFILESQL - LOG CONTAINS LOTS OF STACKTRACE DATA. * PROFILEREVENT.PACK() THROWS ARRAYINDEXOUTOFBOUNDSEXCEPTION. * CHARACTERS GET GARBLED IN CONCAT() IN PS WHEN USECURSORFETCH=TRUE. * javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify. * PLEASE AVOID SHOW PROCESSLIST IF POSSIBLE. * Wrong defaults on collation mappings. * ADD MAPPING FOR UTF8MB4_ZH_0900_AS_CS COLLATION.
Comments 0