Search



Search Results
Displaying 261 to 270 of 2266 total results
https://dev.mysql.com/doc/c-api/8.4/en/mysql-real-connect.html
CLIENT_INTERACTIVE: Permit interactive_timeout seconds of inactivity (rather than wait_timeout seconds) before closing the connection. CR_SERVER_LOST If connect_timeout > 0 and it took longer than connect_timeout seconds to connect to the server or ... MYSQL * mysql_real_connect(MYSQL *mysql, const char *host, const char *user, const char *passwd, const char *db, unsigned int port, const char *unix_socket, unsigned long client_flag) Description Note mysql_real_connect() is a synchronous ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-api-definition.html
The timeout is applied with approximately 100 ms resolution, starting with a 100 ms delay; for each subsequent attempt, the length of this period is doubled until it reaches ConnectBackoffMaxTime milliseconds, up to a maximum of 100000 ms (100s). It ... The [mysqld] and [api] sections in the config.ini file define the behavior of the MySQL servers (SQL nodes) and other applications (API nodes) used to access cluster ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-configuring-ssl-for-recovery.html
Important When using the MySQL communication stack (group_replication_communication_stack=MYSQL) AND secure connections between members (group_replication_ssl_mode is not set to DISABLED), the security settings discussed in this section are applied ...If a remote cloning operation is used as part of distributed recovery, Group Replication automatically configures the clone plugin's SSL options to match your settings for the distributed recovery SSL ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
(WL #12182) The ConnectionTimeout connection option and property were reimplemented as the Connect-Timeout option (and the ConnectTimeout property) for X Protocol operations. The new ConnectTimeout property was added to the ... Important Changes ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-24.html
This notice applies to a server connection that remains idle for longer than the relevant timeout setting. (WL #14208) If a classic MySQL protocol connection experiences a server timeout, Connector/NET now reports more precise disconnection ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-secure-socket-layer-support-ssl.html
Secure sockets can be used for group communication connections between members of a group. The Group Replication system variable group_replication_ssl_mode is used to activate the use of SSL for group communication connections and specify the ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-24.html
This notice applies to a server connection that remains idle for longer than the relevant timeout setting. (WL #14212, WL #13492) If a classic MySQL protocol connection experiences a server timeout, Connector/Python now reports more precise ...(Bug ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed Python 2.7 and 3.5 support, and added Python 3.9 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-waiter.html
ndb_waiter repeatedly (each 100 milliseconds) prints out the status of all cluster data nodes until either the cluster reaches a given status or the --timeout limit is exceeded, then exits. By default, it waits for the cluster to achieve STARTED ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tcp-definition.html
TCP/IP is the default transport mechanism for all connections between nodes in an NDB Cluster. Normally it is not necessary to define TCP/IP connections; NDB Cluster automatically sets up such connections for all data nodes, management nodes, and ...It is also possible to change the default values for these parameters by setting them in the [tcp default] ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-connection-configuration-table.html
This table shows the configuration parameters used by the replica for connecting to the source. It contains values that define how the replica connects to the source and that remain constant during the connection, whereas ...Parameters stored in ...
Displaying 261 to 270 of 2266 total results