Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-32.html
As a result, some statements that actually had the ON DUPLICATE KEY UPDATE clause were not caught, resulting in incorrect information for generated keys. Version 8.0.32 is the latest General Availability release of the 8.0 series of MySQL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-4-0.html
(WL #16147) Known limitation of this release: because the mysql_native_password authentication plugin is disabled by default as of MySQL Server 8.4.0, some unit tests may generate errors unless the plugin is enabled. Version 8.4.0 is a new GA ...
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 ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-syntax.html
Trailing comments are not supported, so in this example the option routing_strategy is given the value round-robin # Circles back to first server and generates an error when starting the router. The configuration file format resembles the ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-features-connection-sharing.html
Warnings and errors generated by statements are captured and returned when requested by the client. MySQL Router enables server connections to be pooled and shared. If a client disconnects, the server connection is moved to the connection pool, ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-metadata.html
This list was generated with InnoDB Cluster servers when Router was bootstrapped using the --bootstrap option. MySQL Router works by sitting in between applications and MySQL servers. Applications connect to Router normally as if they were ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-innodb-cluster.html
Because the optional --directory bootstrap option was used, this example creates a self-contained installation with all generated directories and files at /opt/myrouter/. MySQL Router is part of InnoDB Cluster and is lightweight middleware that ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-reference.html
Accessing the file does not require authentication; anyone with access to the REST API can generate and view it. For example, if the endpoint is "/metadata" then the URL is similar to "https://localhost:8443/api/20190715/metadata". See Section 6.1, ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server-logging.html
DEBUG: includes messages generated inside Router's source code for use in diagnostics. The logging feature can be handy for developing and testing your application and deployment of the MySQL Router. To use logging, enable the logging level option ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean-cmdline.html
The MySQL AI Installer can also be run in command-line mode, without invoking the installation GUI. Install Without Satisfying Minimum Requirements --skip-requirements: Install even if the system does not satisfy the minimum requirements. Warning ...