Search Results
https://dev.mysql.com/doc/refman/8.4/en/replication-options-source.html
rpl_semi_sync_master_timeout Command-Line Format --rpl-semi-sync-master-timeout=# Deprecated Yes System Variable rpl_semi_sync_master_timeout Scope Global Dynamic Yes SET_VAR Hint Applies No Type Integer Default Value 10000 Minimum Value 0 Maximum ... This section describes the server options and system variables that you can use on replication source ...
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/refman/8.4/en/using-encrypted-connections.html
Several configuration parameters are available to indicate whether to use encrypted connections, and to specify the appropriate certificate and key files. See Section 20.6.2, “Securing Group Communication Connections with Secure Socket Layer ...
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/ndbapi/en/mccj-using-clusterj-start.html
There are two possible scenarios, depending on whether the automatic reconnection feature (available for NDB Cluster 7.5.7 and later) has been enabled: Automatic reconnection is enabled : The feature is enabled when the connection property ...The ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-single.html
{296, HA_ERR_LOCK_WAIT_TIMEOUT, TO,{297, HA_ERR_LOCK_WAIT_TIMEOUT, TO,Time-out in NDB, probably caused by deadlock 275 MySQL error. Connect failure - out of connection objects (increase MaxNoOfConcurrentTransactions) 4007 MySQL error. No connections ... This section lists all NDB errors, ordered by NDB error ...
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/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 ...