If replication error showing duplicate entry then do below settings in my.cnf and restart mysql service;
vim /etc/my.cnf
slave_skip_errors=1062,1032,1677
:wq
service mysqld restart
vim /etc/my.cnf
slave_skip_errors=1062,1032,1677
:wq
service mysqld restart
No comments:
Post a Comment