MySQL主从复制中的问题(Coordinator stopped beacause there were errors in the workers......)
1、show slave status \G 显示如下报错信息: Coordinator stopped because there were error(s) in the worker(s). ...
1、show slave status \G 显示如下报错信息: Coordinator stopped because there were error(s) in the worker(s). ...
以下原因: 1. 该文件存在,但是权限不够,mysql无法读取该文件;------>>修改目录属主数组为mysql,并确保赋予读写权限。 2. 如果确实开启了binlog, ...