Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-restore.html
For more rapid restoration, the data may be restored in parallel, provided that there is a sufficient number of cluster connections available. --connect, -c Command-Line Format --connect=connection_string Type String Default Value localhost:1186 ...
https://dev.mysql.com/doc/refman/8.4/en/user-resources.html
One means of restricting client use of MySQL server resources is to set the global max_user_connections system variable to a nonzero value. This limits the number of simultaneous connections that can be made by any given account, but places no ...
https://dev.mysql.com/doc/mysql-cluster-manager/8.4/en/mcm-set.html
In such cases, you must use a special process specification syntax; see Setting TCP Connection Attributes, for information about how this is done. Setting TCP Connection Attributes For a few attributes that apply only when using TCP connections ...
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 ...