Saturday, 5 March 2016

MySQL Replication Duplicate Entry Error & Solution

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

No comments: