Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道当从属状态显示时从主到从的复制是否受到影响/停止 - 等待从属 SQL 线程释放足够的中继日志空间。
提前致谢..!
在 SQL 线程处理完之前,IO 线程不能再写入任何中继日志,因此它可能是一个“阻塞”复制的长时间运行的查询。你应该看到它SHOW PROCESSLIST。
SHOW PROCESSLIST
更多信息在mysql