Rechercher dans le manuel MySQL
26.12.11.9 The replication_group_members Table
This table shows network and status information for
replication group members. The network addresses shown are the
addresses used to connect clients to the group, and should not
be confused with the member's internal group communication
address specified by
group_replication_local_address
.
The replication_group_members
table has the following columns:
CHANNEL_NAME
Name of the Group Replication channel.
MEMBER_ID
The member server UUID. This has a different value for each member in the group. This also serves as a key because it is unique to each member.
MEMBER_HOST
Network address of this member (host name or IP address). Retrieved from the member's
hostname
variable. This is the address which clients connect to, unlike the group_replication_local_address which is used for internal group communication.MEMBER_PORT
Port on which the server is listening. Retrieved from the member's
port
variable.MEMBER_STATE
Current state of this member; can be any one of the following:
ONLINE
: The member is in a fully functioning state.RECOVERING
: The server has joined a group from which it is retrieving data.OFFLINE
: The group replication plugin is installed but has not been started.ERROR
: The member has encountered an error, either during applying transactions or during the recovery phase, and is not participating in the group's transactions.UNREACHABLE
: The failure detection process suspects that this member cannot be contacted, because the group messages have timed out.
MEMBER_ROLE
Role of the member in the group, either
PRIMARY
orSECONDARY
.MEMBER_VERSION
MySQL version of the member.
The replication_group_members
table has these indexes:
None
TRUNCATE TABLE
is not permitted
for the replication_group_members
table.
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 26/06/2006 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/mysql-rf-replication-group-members-table.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.