digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

其中一条mysql从库报错:

Last_Errno: 1114
Last_Error: Coordinator stopped because there were error(s) in the worker(s). The most recent failure being: Worker 1 failed executing transaction

Coordinator线程停止了。

解决办法:

 

stop slave;

start slave;

 

搞定。

 

posted on 2025-06-30 15:41  digdeep  阅读(106)  评论(0)    收藏  举报
不懂数据库和Web安全的架构师不是一个好的程序员。