Environment: MySQL Replication Slave Server
Error:
Could not execute Update_rows event on table
Solution:
Shall you face any issue as above when you execute mysql>show slave status;
the solution is as simple as following
shell> stop slave;
shell> start slave;
No comments:
Post a Comment