mysqlrplshow(1) - Linux man page

Name

MySQL - manual page for MySQL Utilities mysqlrplshow version 1.2.1 - MySQL Workbench Distribution 5.2.47

Synopsis

mysqlrplshow --master=root@localhost:3306

Description

mysqlrplshow - show slaves attached to a master

Options

--version
show program's version number and exit
--help
display a help message and exit
--master=MASTER
connection information for master server in the form: <user>[:<password>]@<host>[:<port>][:<socket>] or <login-path>[:<port>][:<socket>].
-l, --show-list
print a list of the topology.
-f FORMAT, --format=FORMAT
display the list in either grid (default), tab, csv, or vertical format
-r, --recurse
traverse the list of slaves to find additional master/slave connections. User this option to map a replication topology.
--max-depth=MAX_DEPTH
limit the traversal to this depth. Valid only with the --recurse option. Valid values are non-negative integers.
-p, --prompt
prompt for slave user and password if different from master login.
-n NUM_RETRIES, --num-retries=NUM_RETRIES
number of retries allowed for failed slave login attempt. Valid with --prompt only.
-q, --quiet
turn off all messages for quiet execution.
--discover-slaves-login=DISCOVER
at startup, query master for all registered slaves and use the user name and password specified to connect. Supply the user and password in the form <user>[:<password>] or <login-path>. For example, --discover-slaves-login=joe:secret will use 'joe' as the user and 'secret' as the password for each discovered slave.

Copyright

Copyright © 2010, 2013 Oracle and/or its affiliates. All rights reserved. This is a release of dual licensed MySQL Utilities. For the avoidance of doubt, this particular copy of the software is released under the version 2 of the GNU General Public License. MySQL Utilities is brought to you by Oracle.