Search



Search Results
Displaying 31 to 40 of 2364 total results
https://dev.mysql.com/doc/refman/8.4/en/server-status-variables.html
The optional GLOBAL keyword aggregates the values over all connections, and SESSION shows the values for the current connection. mysql> SHOW GLOBAL STATUS; +-----------------------------------+------------+ | Variable_name | Value | ... The MySQL ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-read-replicas-modifying.html
Note If Cluster.removeInstance() is run on a Cluster member which is also the source for a Read Replica, the failover process is triggered and the Read Replica attempts to connect to another source. You can define a timeout, in seconds, for the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-command-options.html
(See Section 8.2.16, “Server Handling of Expired Passwords”.) --connect-timeout=value Command-Line Format --connect-timeout=value Type Numeric Default Value 0 The number of seconds before connection timeout. mysql supports the following ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-connection-pool.html
0 queueTimeout The maximum number of milliseconds a request is allowed to wait for a connection to become available. X DevAPI supports connection pooling, which can reduce overhead for applications that open many connections to a MySQL Server. When ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-management-server-connections.html
ndb_mgm_get_connectstring() ndb_mgm_get_configuration_nodeid() ndb_mgm_get_connected_port() ndb_mgm_get_connected_host() ndb_mgm_get_version() ndb_mgm_is_connected() ndb_mgm_check_connection() ndb_mgm_number_of_mgmd_in_connect_string() ... This ...A ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-connection-category.html
Connect Timeout The number of seconds that the MySQL server waits for a connect packet before responding with 'Bad handshake'. Interactive Timeout The number of seconds the server waits for activity on an interactive connection before closing it.
https://dev.mysql.com/doc/refman/8.4/en/x-plugin-options-system-variables.html
mysqlx_connect_timeout Command-Line Format --mysqlx-connect-timeout=# System Variable mysqlx_connect_timeout Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 30 Minimum Value 1 Maximum Value 1000000000 Unit seconds The ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysqlsh.html
--connect-timeout=ms Configures how long MySQL Shell waits (in milliseconds) to establish a global session specified through command-line arguments. When MySQL Shell is connected to the MySQL Server through the X Protocol, the X DevAPI can be used ... MySQL Shell is an advanced command-line client and code editor for ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-functions-for-new-primary.html
When the timeout expires, for any transactions that did not yet reach their commit phase, the client session is disconnected so that the transaction does not proceed. Explicitly defined transactions (with a START TRANSACTION or BEGIN statement) are ...You can specify a timeout for transactions that are running when you use the ... The following function enables you ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysqlrouter.html
--connect-timeout num_seconds Command-Line Format --connect-timeout num_seconds Type Integer Default Value 30 Number of seconds before connection attempts to a metadata server are considered timed out. This affects connections during both the ...
Displaying 31 to 40 of 2364 total results