PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 255.8Kb
Man Pages (Zip)
- 360.7Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/group-replication-server-states.html
However, if there is a network partition, or a server leaves the group, then different information could be reported, depending on which server is queried. If the server has left the group then it cannot report updated information about the other ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-launching.html
It is first necessary to ensure that the Group Replication plugin is installed on server s1. If you used plugin_load_add='group_replication.so' in the option file then the Group Replication plugin is already installed, and you can proceed to the ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-operations.html
This section describes the different modes of deploying Group Replication, explains common operations for managing groups and provides information about how to tune your groups.
https://dev.mysql.com/doc/refman/5.7/en/group-replication-status-variables.html
MySQL 5.7 supports one status variable providing information about Group Replication. This variable is described here: group_replication_primary_member Shows the primary member's UUID when the group is operating in single-primary mode. If the group ...
https://dev.mysql.com/doc/refman/5.7/en/group-replication-options.html
The next two sections contain information about MySQL server system and server status variables which are specific to the Group Replication plugin.
https://dev.mysql.com/doc/refman/5.7/en/replication-statements-group.html
This section provides information about the statements used to control servers running the MySQL Group Replication plugin.
https://dev.mysql.com/doc/refman/5.7/en/group-replication-details.html
This section presents details about some of the services that Group Replication builds on.
https://dev.mysql.com/doc/refman/5.7/en/group-replication-performance.html
This section explains how to use the available configuration options to gain the best performance from your group.
https://dev.mysql.com/doc/refman/5.7/en/group-replication-technical-details.html
This section provides more technical details about MySQL Group Replication.
https://dev.mysql.com/doc/refman/5.7/en/group-replication-virtual-private-networks-vpn.html
There is nothing preventing Group Replication from operating over a virtual private network. At its core, it just relies on an IPv4 socket to establish connections between servers for the purpose of propagating messages between them.