Search Results
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/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 ...
https://dev.mysql.com/doc/refman/8.4/en/replication-functions-synchronization.html
Table 14.28 Positional Synchronization Functions Name Description Deprecated MASTER_POS_WAIT() Block until the replica has read and applied all updates up to the specified position Yes SOURCE_POS_WAIT() Block until the replica has read and applied ... The functions listed in this section are used for controlling position-based synchronization of source and replica servers in MySQL ...
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-metric-connection-activity-category.html
Lists the Connection Activity metrics and provides a brief description of each. Table 6.4 Connection Activity Metrics NameDescriptionAborted Clients (Delta) The number of connections that were aborted because the client died without closing the ...
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/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 ...
https://dev.mysql.com/doc/refman/8.4/en/mysqldump.html
Note A dump made using PowerShell on Windows with output redirection creates a file that has UTF-16 encoding: mysqldump [options] > dump.sql However, UTF-16 is not permitted as a connection character set (see Impermissible Client Character Sets), so ... The mysqldump client utility performs logical backups, producing a set of SQL statements that can be executed to reproduce the original database object definitions and table ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-13.html
queue_timeout: maximum number of milliseconds a request will wait for a connection to become available; integer >= 0 and defaults to 0 (infinite). In a pooling scenario there are already connections in the pool, so queue_timeout controls how long to ...(Bug #27081809, Bug #87818, WL #12239) To go with the existing mysqlx.get_session(conn_str) method, a new mysqlx.get_client(conn_str, options) method was added that creates a connection pool handler that provides a get_session() method to create and retrieve connections from the ...
https://dev.mysql.com/doc/ndbapi/en/mgm-functions-log-events.html
Signature int ndb_logevent_get_next ( const NdbLogEventHandle handle, struct ndb_logevent* logevent, unsigned timeout ) Important The log event's ndb_mgm_event_category is cast to an enum type. > 0: The event exists, and it data was retrieved into ... This section provides information about MGM API functions used for listening to log ...