Rechercher dans le manuel MySQL
13.7.6.33 SHOW SLAVE HOSTS Syntax
- SHOW SLAVE HOSTS
Displays a list of replication slaves currently registered with
the master. SHOW SLAVE HOSTS
requires the
REPLICATION SLAVE
privilege.
SHOW SLAVE HOSTS
should be executed on a
server that acts as a replication master. The statement displays
information about servers that are or have been connected as
replication slaves, with each row of the result corresponding to
one slave server, as shown here:
- +------------+-----------+------+-----------+--------------------------------------+
- | Server_id | Host | Port | Master_id | Slave_UUID |
- +------------+-----------+------+-----------+--------------------------------------+
- | 192168010 | iconnect2 | 3306 | 192168011 | 14cb6624-7f93-11e0-b2c0-c80aa9429562 |
- | 1921680101 | athena | 3306 | 192168011 | 07af4990-f41f-11df-a566-7ac56fdaf645 |
- +------------+-----------+------+-----------+--------------------------------------+
Server_id
: The unique server ID of the slave server, as configured in the slave server's option file, or on the command line with--server-id=
.value
Host
: The host name of the slave server as specified on the slave with the--report-host
option. This can differ from the machine name as configured in the operating system.User
: The slave server user name as, specified on the slave with the--report-user
option. Statement output includes this column only if the master server is started with the--show-slave-auth-info
option.Password
: The slave server password as, specified on the slave with the--report-password
option. Statement output includes this column only if the master server is started with the--show-slave-auth-info
option.Port
: The port on the master to which the slave server is listening, as specified on the slave with the--report-port
option.A zero in this column means that the slave port (
--report-port
) was not set.Master_id
: The unique server ID of the master server that the slave server is replicating from. This is the server ID of the server on whichSHOW SLAVE HOSTS
is executed, so this same value is listed for each row in the result.Slave_UUID
: The globally unique ID of this slave, as generated on the slave and found in the slave'sauto.cnf
file.
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-show-slave-hosts.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.