Search Results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure-partition.html
If the auto-rejoin procedure does not succeed or is not attempted, the minority member then follows the exit action specified by group_replication_exit_state_action. By default, members that find themselves in a minority due to a network partition ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure.html
If an expelled member resumes communication and realises that it was expelled, it automatically makes three attempts to rejoin the group (with 5 minutes between each attempt); if this auto-rejoin procedure does not work, it then stops trying to ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-restarting-group.html
Follow this procedure to restart a replication group safely after every member shuts down. Group Replication is designed to ensure that the database service is continuously available, even if some of the servers that form the group are currently ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-system-variables.html
For details of the situation in which you might need to force a new group membership, and a procedure to follow when using this system variable, see Section 20.7.8, “Handling a Network Partition and Loss of Quorum”. This section lists the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-tuning-recovery.html
If the connection retry limit is reached without a successful connection, the distributed recovery procedure terminates with an error. Several aspects of Group Replication's distributed recovery process can be configured to suit your system. Number ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-upgrade.html
Group Replication includes compatibility policies that enable you to safely combine members running different versions of MySQL in the same group during the upgrade procedure. This section explains how to upgrade a Group Replication setup. The ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-use-cases.html
There is a distributed recovery procedure to ensure that when servers join the group they are brought up to date automatically. Group Replication enables you to create fault-tolerant systems with redundancy by replicating the system state to a set ...
https://dev.mysql.com/doc/refman/8.4/en/help.html
To make a more specific request, please type 'help <item>', where <item> is one of the following topics: FLUSH SHOW SHOW BINARY LOG STATUS SHOW ENGINE SHOW FUNCTION STATUS SHOW PROCEDURE STATUS SHOW REPLICA STATUS SHOW STATUS SHOW TABLE STATUS List ... HELP 'search_string' The HELP statement returns online information from the MySQL Reference ...
https://dev.mysql.com/doc/refman/8.4/en/identifier-case-sensitivity.html
That is true for names of cursors, conditions, procedures, functions, savepoints, stored routine parameters, stored program local variables, and plugins. In MySQL, databases correspond to directories within the data directory. Each table within a ...
https://dev.mysql.com/doc/refman/8.4/en/identifiers.html
Certain objects within MySQL, including database, table, index, column, alias, view, stored procedure, partition, tablespace, resource group and other object names are known as identifiers. Section 11.2.1, “Identifier Length Limits”, indicates ...