Search



Search Results
Displaying 41 to 50 of 2264 total results
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 ...
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/refman/8.4/en/connecting-using-uri-or-key-value-pairs.html
connect-timeout: An integer value used to configure the number of seconds that clients, such as MySQL Shell, wait until they stop trying to connect to an unresponsive MySQL server. This section describes use of URI-like connection strings or ...
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/mysql-router/9.4/en/mysql-router-conf-options.html
connect_timeout Type Integer Default Value 5 Minimum Value 1 Maximum Value 65536 Timeout value used by the MySQL Router when connecting to the destination MySQL server. Example usage: [routing] connect_timeout = 5 Can be set at bootstrap using ...
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/connection-options.html
This section describes options supported by most MySQL client programs that control how client programs establish connections to the server, whether connections are encrypted, and whether connections are compressed. Command Options for Connection ...These options can be given on the command line or in an option ...
Displaying 41 to 50 of 2264 total results