Rechercher dans le manuel MySQL
13.4.3.3 Function which Configures Group Replication Primary
The following function enables you to configure which member of a single-primary replication group is the primary.
group_replication_set_as_primary()
Appoints a specific member of the group as the new primary, overriding any election process. Pass in
member_uuid
which is theserver_uuid
of the member that you want to become the new primary. Must be issued on a member of a replication group running in single-primary mode.Syntax:
STRING group_replication_set_as_primary(member_uuid)
Return value:
A string containing the result of the operation, for example whether it was successful or not.
Example:
For more information, see Section 18.4.1.1, “Changing a Group's Primary Member”
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-group-replication-functions-for-new-primary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.