Search Results
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-one-of-multiple-hosts.html
This enables the connector to perform automatic connection failover selection when any of the endpoints are not available. For more information on URI-like connection strings, see Connecting Using URI-Like Connection Strings. To specify multiple ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-distributed-recovery-connections.html
When a joining member connects to an online existing member for state transfer during distributed recovery, the joining member acts as a client on the connection and the existing member acts as a server. When state transfer from the donor's binary ...Configuration settings that apply to those roles outside the Group Replication context can apply for Group Replication also, unless they are overridden by a Group Replication-specific configuration setting or ...
https://dev.mysql.com/doc/refman/8.4/en/problems-connecting.html
If you encounter problems when you try to connect to the MySQL server, the following items describe some courses of action you can take to correct the problem. If the server was started with the skip_networking system variable enabled, no TCP/IP ...
https://dev.mysql.com/doc/workbench/en/wb-manage-server-connections.html
The Manage Server Connections dialog is another way to manage MySQL connections. This dialog is invoked by either clicking the manage connections icon () on the home screen or by selecting Database and then Manage Connections from the main menu. It ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-mysqlcommand.html
To change the default command timeout, use the connection string option Default Command Timeout. Connector/NET supports timeouts that are aligned with how Microsoft handles SqlCommand.CommandTimeout. The remainder of this section describes following ... The MySqlCommand class represents a SQL statement to execute against a MySQL ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-mysqlcommand.html
To change the default command timeout, use the connection string option Default Command Timeout. Connector/NET supports timeouts that are aligned with how Microsoft handles SqlCommand.CommandTimeout. The remainder of this section describes following ... The MySqlCommand class represents a SQL statement to execute against a MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-preferences-ssh.html
Figure 3.17 Preferences: SSH Timeouts SSH Connect Timeout: [10] SSH connect timeout interval in seconds. The following figure shows the preference options that apply to SSH items, such as timeouts. SSH Read Write Timeout: [5] SSH read and write ...
https://dev.mysql.com/doc/refman/8.4/en/charset-connection.html
A “connection” is what a client program makes when it connects to the server, to begin a session within which it interacts with the server. The client sends SQL statements, such as queries, over the session connection. The server sends ...Some ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-options-variables.html
Each connection requires its own [api] or [mysqld] section in the cluster configuration (config.ini) file, and counts against the maximum number of API connections supported by the cluster. Suppose that you have 2 cluster host computers, each ...
https://dev.mysql.com/doc/refman/8.4/en/gtid-functions.html
row *************************** GTID_SUBTRACT('3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57', '3E11FA47-71CA-11E1-9E33-C80AA9429562:21-57'): 1 row in set (0.00 sec) WAIT_FOR_EXECUTED_GTID_SET(gtid_set[, timeout]) Wait until the server has applied all ... The functions described in this section are used with GTID-based ...