Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-example.html
The routing section keys (such as myCluster_rw) are optional but descriptive section keys help while debugging and also allows multiple configuration sections for the same plugin. Here is a basic connection routing example to a MySQL InnoDB Cluster ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-configuration-file-locations.html
Configuration read from the following files in the given order (enclosed in parentheses means not available for reading): (/usr/local/mysql-router/mysqlrouter.conf) /Users/philip/.mysqlrouter.conf Plugins Path: /usr/local/lib/mysqlrouter Default Log ... MySQL Router scans for the default configuration files at startup, and optionally loads user-defined configuration files at runtime from the command ...
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-deploying-basic-routing.html
The Connection Routing plugin performs connection-based routing, meaning it forwards packets to the server without inspecting them. For additional general information about connection routing, see Section 1.3, “Connection Routing”. These and ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-sandbox.html
This uses the metadata cache plugin to securely store the credentials. Test a MySQL Router installation by setting up a Router sandbox with InnoDB Cluster. In this case, Router acts as an intermediate node redirecting client connections to a list ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-features-connection-routing.html
The first part, routing, is the section name used internally to determine which plugin to load. Connection routing means redirecting MySQL connections to an available MySQL server. For an example deployment using basic connection routing, see ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-general-metadata.html
The cluster metadata is changed whenever the InnoDB Cluster is modified, such as adding or removing a MySQL server using the MySQL Shell, and the performance_schema tables are updated in real-time by the MySQL server's Group Replication plugin ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation-source-code.html
Developer Related Notes Notes related to using and testing a locally compiled MySQL Router version for development purposes: To run a local build without make install, configure Router to find the newly built plugin_folder as compiling generates a ... MySQL Router is part of the MySQL Server source code tree; compiling MySQL Server also compiles MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/admin-api-routing-guidelines-syntax.html
$.router.routeName: matches the name of the Routing plugin used by the Router. The top-level properties of a routing guideline document are: destinations: groupings of MySQL servers using pattern-matching expressions. Only online topology members ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/command-line-integration-overview.html
This is because in addition to the standard objects bundled with MySQL Shell, additional objects from plugins might also be exposed. This section provides an overview of the command-line integration and some basic usage examples. For more detailed ...