Search Results
https://dev.mysql.com/doc/mysql-shell/9.4/en/innodb-clusterset-router.html
If a controlled switchover or emergency failover takes place, the MySQL Router instances connected with the InnoDB ClusterSet are aware of this and route traffic to the new primary cluster, except for any instances that you have configured to send ... MySQL Router routes client application traffic to the appropriate clusters in an InnoDB ClusterSet ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-configure-authentication.html
When a client connects to the MySQL server, the server uses the user name provided by the client and the client host to select the account row from the mysql.user table. The server invokes that plugin to authenticate the user, and the plugin ...The ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-remote.html
Connecting to the donor MySQL server instance through MySQL Router is also not supported.) DATA DIRECTORY [=] 'clone_dir' is an optional clause used to specify a directory on the recipient for the data you are cloning. [REQUIRE [NO] SSL] explicitly ... The clone plugin supports the following syntax for cloning remote data; that is, cloning data from a remote MySQL server instance (the donor) and transferring it to the MySQL instance where the cloning operation was initiated (the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-tuning-recovery.html
Number of Connection Attempts For state transfer from the binary log, Group Replication limits the number of attempts a joining member makes when trying to connect to a donor from the pool of donors. If the connection retry limit is reached without ... Several aspects of Group Replication's distributed recovery process can be configured to suit your ...
https://dev.mysql.com/doc/refman/8.4/en/network-namespace-support.html
Namespace-specific address spaces can lead to problems when MySQL connections cross namespaces. This can produce phenomena such as a client connection from an address in one namespace appearing to the MySQL server to be coming from a different ... A ...
https://dev.mysql.com/doc/refman/8.4/en/replication-functions-async-failover.html
The connection is also changed if the currently connected source does not have the highest weighted priority in the group. For Group Replication source servers that are defined as part of a managed group, the connection is also failed over to ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-sandbox.html
In this case, Router acts as an intermediate node redirecting client connections to a list of servers. Testing the Router Now connect to MySQL Router as you would any other MySQL Server by connecting to a configured MySQL Router port. Now test ...
https://dev.mysql.com/doc/workbench/en/wb-home.html
In addition, the home screen provides quick access to MySQL connections, models, and the MySQL Workbench Migration Wizard. As depicted in the following figure, a home-screen side panel enables you to toggle between MySQL Connections (selected in the ... When started, MySQL Workbench opens to the home screen ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-16.html
Connector/C++ now supports all Unicode character sets for older servers, including utf8mb4, utf16, utf16le, utf32, and ucs2. (Bug #29167107, Bug #93802) Previously, for Connector/C++ 8.0 applications that use the legacy JDBC connector, only static ...(Bug #28966038, WL #12196) Compilation Notes Thanks to Daniƫl van Eeden, who contributed a code change to use the stdbool.h header file rather than a bool ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-how-to-import-onnx.html
Depending on how you connect to your DB System (Compute Instance or VPN), follow the appropriate steps. VPN Connection If you connect the DB System through a VPN connection, you can load the ONNX file directly from your computer. > \connect --mysql ... This topic describes how to import an external ONNX ...