Search



Search Results
Displaying 41 to 50 of 2096 total results
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/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/workbench/en/wb-mysql-connections-navigator-management-client-connections.html
The client connection browser lists the active and sleeping MySQL client connections, and adds the ability to kill statements and connections, and view additional connection details and attributes. The following figure shows an example of client ...
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/relnotes/mysql-cluster/8.4/en/news-8-3-0.html
(Bug #110807, Bug #35330936) Functionality Added or Changed This release implements support for network communications between NDB nodes secured by Transport Layer Security (TLS) and Internet Public Key Infrastructure (PKI) to authenticate and ...
https://dev.mysql.com/doc/refman/8.4/en/encrypted-connection-protocols-ciphers.html
MySQL supports multiple TLS protocols and ciphers, and enables configuring which protocols and ciphers to permit for encrypted connections. Supported TLS Protocols Removal of Support for the TLSv1 and TLSv1.1 Protocols Connection TLS Protocol ...It ...
Displaying 41 to 50 of 2096 total results