MySQL主从复制异常.md

发布时间:2020-06-14 14:35:21 作者:我要成神
阅读:1436
mysql云数据库,弹性扩容,低至0.3元/天! 查看>>

一、MySQL 5.6 >> MySQL 5.7
错误信息:

Last_Error:
 ... The slave coordinator and worker threads are stopped, possibly leaving data in inconsistent state. A restart should restore consistency automatically, although using non-transactional storage for data or info tables or DDL queries could lead to problems. In such cases you have to examine your data (see documentation for details).

解决方法:
关闭并行复制

STOP SLAVE;
SET GLOBAL slave_parallel_workers=0;
START SLAVE;

亿速云「云数据库 MySQL」免部署即开即用,比自行安装部署数据库高出1倍以上的性能,双节点冗余防止单节点故障,数据自动定期备份随时恢复。点击查看>>

推荐阅读:
  1. MySQL主从复制
  2. md5 详解

开发者交流群:

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

数据库 复制异常

上一篇:CentOS 7配置docker镜像加速

下一篇:『高级篇』docker之kubernetes搭建集群添加认证授权(上)(38)

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》
开发者交流群×