MySQL Forums
Forum List  »  Replication

Re: Master configured to replicate to mispelled hostname
Posted by: Eric Krejci
Date: August 09, 2017 02:52PM

I guess one way to handle it may be to completely remove the replication config from the master. I have looked around on the net and found a couple of things. One was essentially doing the STOP SLAVE; and RESET SLAVE; with restarts but on master as well as slave. The other thing i found was this:

cd /var/lib/mysql
service mysql stop
rm -f master.info relay-*`
service mysql start

But those files did not exist on my master.

OBTW (MY BAD) the version is 5.6.33.

Thanks

Options: ReplyQuote




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.