MySQL Forums
Forum List  »  Replication

Re: Slave not updating(no error, log position same as master)
Posted by: james wang
Date: December 18, 2015 09:14AM

Suggestions:

1). change slave biglog_format to mixed
2). disable master relay_log
3). enable slave relay_log
4). disable slave log_bin

on slave, issue
stop slave; sleep 2; start slave;

hope this would resolve your issue

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.