MySQL Forums
Forum List  »  Replication

Trying to use mysqlreplicate fails using same port on master and slave
Posted by: Kevin Mitchell
Date: February 15, 2017 06:24PM

Why can't I use the same port on both the master and slave? How can I get around this bug?

mysqlreplicate --master=root:xxxxxxxx@localhost:3306 --slave=root:xxxxxxxxx@10.20.20.28:3306 --rpl-user=rpl:xxxxxxx -vvv
WARNING: Using a password on the command line interface can be insecure.
Usage: mysqlreplicate --master=root@localhost:3306 --slave=root@localhost:3310 --rpl-user=rpl:passwd

mysqlreplicate: error: The master and slave are the same host and port.

Options: ReplyQuote


Subject
Views
Written By
Posted
Trying to use mysqlreplicate fails using same port on master and slave
1017
February 15, 2017 06:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.