Search Results
https://dev.mysql.com/doc/relnotes/connector-j/en/news-9-4-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. MySQL Connector/J 9.4.0 supersedes 9.3 and is recommended for use on production systems. This release can be used against MySQL Server version 8.0 and later. It ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-example.html
Here is a basic connection routing example to a MySQL InnoDB Cluster named myCluster. Both classic MySQL protocol and X Protocol are enabled, it uses TCP/IP connections instead of Unix domain sockets, and it was generated using --bootstrap as a ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-syntax.html
The configuration file format resembles the traditional INI file format with sections and options, but with a few additional extensions. Comment lines start with a hash (#) or semicolon (;) and continue to the end of the line. Sections Each ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-windows.html
MySQL Router for Windows can be installed using the MySQL Installer that installs and updates all MySQL products on Windows, or by downloading the ZIP Archive. Windows Prerequisites For the Community version of MySQL Router: The Visual C++ ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-rest-api-reference.html
For example, if the endpoint is "/metadata" then the URL is similar to "https://localhost:8443/api/20190715/metadata". See Section 6.1, “A Simple MySQL Router REST API Guide” for related information. This is the maximum number (integer) of ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-server.html
The MySQL Router is an executable that typically runs on the same machine as the application that uses it. This chapter describes the application including available options, how to start the application, and how to use the logging feature. There ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-upgrading.html
MySQL Router as a part of InnoDB Cluster MySQL Router is most commonly used as an InnoDB Cluster component; with Router bootstrapped against the cluster. If No Metadata Upgrade Needed MySQL Router can be upgraded independently of the InnoDB Cluster ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter_passwd.html
The mysqlrouter_passwd utility is a command line application to manage the accounts in the passwd file. For example usage, see Section 6.1, “A Simple MySQL Router REST API Guide”. Usage information: Usage bin/mysqlrouter_passwd [opts] <cmd> ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-replicas.html
MySQL Router reads the values defined in the metadata field, v2_router_options.router_options.read_only_targets, to retrieve routing information for read-only traffic. v2_router_options.router_options.read_only_targets is populated by the AdminAPI ...
https://dev.mysql.com/doc/mysql-router/9.4/en/router-read-write-splitting-configuration.html
To enable read-write splitting, the following router options must be enabled: access_mode: must be set to auto. Note It is possible to define read_write and read_only access_mode values per session, only. destinations: must be set to a ...