Rechercher dans le manuel MySQL
21.6.6 Using Replica Sets with MySQL Router
You can use MySQL Router 8.0.19 and later to bootstrap against a
replica set, in the same way that InnoDB cluster can be
bootstrapped. See
Section 21.4, “Using MySQL Router with InnoDB Cluster”. The only
difference in the generated MySQL Router configuration file is the
addition of the cluster_type
option. When MySQL Router is bootstrapped against a replica set, the
generated configuration file includes:
cluster_type=rs
When you use MySQL Router with a replica set, be aware that:
The read-write port of MySQL Router directs client connections to the primary instance of the replica set
The read-only port of MySQL Router direct client connections to a secondary instance of the replica set, although it could also direct them to the primary
MySQL Router obtains information about the replica set's topology from the primary instance
MySQL Router automatically recovers when the primary instance becomes unavailable and a different instance is promoted
You work with the MySQL Router instances which have been
bootstrapped against a replica set in exactly the same way as
with InnoDB cluster. See Working with a Cluster's Routers
for information on
and
ReplicaSet
.listRouters()
.
ReplicaSet
.removeRouterMetadata()
Traduction non disponible
Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-replicasets-working-with-router.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.