Search Results
https://dev.mysql.com/doc/relnotes/mysql-enterprise-backup/8.4/en/news-8-4-3.html
This release contains no functional changes and is published to align its version number with that of the MySQL Server 8.4.3 release. (Bug #36919653) Starting from this release, MySQL Enterprise Backup provides wider compatibility with different ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-11.html
It is suitable for use with MySQL Server versions 8.0, 5.7, 5.6, and 5.5. (WL #11293) X DevAPI: Connector/J now supports the new server-side document ID generation feature. (WL #10527) Bugs Fixed When an integer value in a JSON document is modified, ... Version 8.0.11 is the first General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-27.html
It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. (WL #14707) The Connector/J test suite has been reworked to run against a single MySQL Server compiled with either yaSSL or OpenSSL; the Ant build properties ... Version 8.0.27 is ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-1-0.html
This release can be used against MySQL Server version 8.0 and later. Functionality Added or Changed Bugs Fixed Functionality Added or Changed When connecting to a server using SSL, the truststore password is now made optional, with a null truststore ... Version 9.1.0 is a new GA release of MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-2-0.html
This release can be used against MySQL Server version 8.0 and later. (Bug #21983318) When the connection properties useServerPrepStmts and useLocalTransactionState were both true and a PreparedStatement was used, a statement rollback would fail.
https://dev.mysql.com/doc/mysql-router/9.4/en/index.html
Abstract MySQL Router is part of InnoDB Cluster, and is lightweight middleware that provides transparent routing between your application and back-end MySQL Servers. It can be used for a wide variety of use cases, such as providing high ...The ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-locations.html
On Linux, MySQL Router scans the following locations by default, although these locations are system dependent: /etc/mysqlrouter/mysqlrouter.conf Note Unlike MySQL server, the backward compatible path "/etc/mysqlrouter.conf" is not supported. MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-using-deploying.html
Note Unix domain sockets can function with applications connecting to MySQL Router, but not for MySQL Router connecting to a MySQL Server. This is because MySQL Router has no affinity for any particular server or host. Performance Recommendations ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general.html
It simplifies application development by intelligently routing connections to MySQL servers for increased performance and reliability. MySQL Router officially supports active MySQL Server versions equal to or below the MySQL Router version. MySQL ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-write-splitting-statements.html
If they start with any of the above and do not contain functions or keywords which must be executed on a read-write server. Such statements fail with an error similar to the following The MySQL server is running with the --super-read-only option so ... The following describes read-only statements: Statements are read-only if they start with: SELECT DO VALUES TABLE WITH that is not followed by UPDATE or ...