Search Results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure-partition.html
You can use the system variable group_replication_unreachable_majority_timeout to set a number of seconds for a member to wait after losing contact with the majority of group members, and then exit the group. Setting a timeout means you do not need ... By default, members that find themselves in a minority due to a network partition do not automatically leave the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
group_replication_unreachable_majority_timeout specifies a number of seconds for which members that suffer a network partition and cannot connect to the majority wait before leaving the group. group_replication_advertise_recovery_endpoints specifies ... This section lists the system variables that are specific to the Group Replication ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-constants.html
For details, see Ndb_cluster_connection::connect() 4.3.1.14.29 PROPERTY_CLUSTER_CONNECT_TIMEOUT_AFTER public static final String PROPERTY_CLUSTER_CONNECT_TIMEOUT_AFTER = "com.mysql.clusterj.connect.timeout.after"; The name of the connection timeout ...The default means that the automatic reconnection due to network failures is ...4.3.1.14.19 DEFAULT_PROPERTY_MGM_STRICT_TLS public static final int DEFAULT_PROPERTY_MGM_STRICT_TLS = 0; The default value of the MGM TLS level property 4.3.1.14.20 DEFAULT_PROPERTY_TABLE_WAIT_MSEC public static final int ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-special-options.html
--safe-replica-backup-timeout=SECONDS For a replication setup, the option specifies the time (in seconds) mysqlbackup will wait for Replica_open_temp_tables to become “0” (which happens when no temporary tables are open) to complete the backup ... These options are for backing up database servers that play specific roles in replication, or contain certain kinds of data that require special care in backing ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-connections.html
The value of connect-timeout must be a non-negative integer that defines a time frame in milliseconds. mysql-js> \connect user@example.com?connect-timeout=2000 // Increase the timeout to 20 seconds mysql-js> \connect ... MySQL Shell can connect to ...Parameters specified with key-value pairs use a syntax such as {user:'myuser', host:'example.com', port:3306, ...
https://dev.mysql.com/doc/refman/8.4/en/pluggable-authentication-system-variables.html
(These are both empty by default, so if they are not set, the LDAP server must permit anonymous connections.) The resulting bind LDAP handle is used to search for the user DN, based on the client user name. When a MySQL account authenticates using ...The file name should be given as an absolute path ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure-expel.html
You can use the group_replication_member_expel_timeout system variable to allow additional time between the creation of a suspicion and the expulsion of the suspect member. group_replication_member_expel_timeout specifies the period of time in ...A ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
MYSQL_OPT_CONNECT_TIMEOUT (argument type: unsigned int *) The connect timeout in seconds. You can set the value so that a lost connection can be detected earlier than the TCP/IP Close_Wait_Timeout value of 10 minutes. timeout has been replaced by ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
Since 9.4.0 4.3.1.23.10 reconnect() public abstract void reconnect(); Reconnect this session factory using the most recent timeout value specified. The timeout may have been specified in the original session factory properties or may have been ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-parameters.html
(In practice, it is most valuable for MySQL systems with hundreds or thousands of simultaneous connections.) For more information, see Section 17.8.4, “Configuring Thread Concurrency for InnoDB”. Each buffer pool manages its own free lists, ...