mysqlrplcheck(1) - Linux man page

Name

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

Synopsis

mysqlrplcheck --master=root@localhost:3306 --slave=root@localhost:3310

Description

mysqlrplcheck - check replication

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>].
--slave=SLAVE
connection information for slave server in the form: <user>[:<password>]@<host>[:<port>][:<socket>] or <login-path>[:<port>][:<socket>]
--master-info-file=MASTER_INFO
the name of the master information file on the slave.default = 'master.info' read from the data directory. Note: this option requires that the utility run on the slave with appropriate file read access to the data directory.
-s, --show-slave-status
show slave status
--width=WIDTH
display width
--suppress
suppress warning messages
-v, --verbose
control how much information is displayed. e.g., -v = verbose, -vv = more verbose, -vvv = debug
-q, --quiet
turn off all messages for quiet execution.

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.