当前位置:网站首页>MySQL slave error: "you cannot 'alter' a log table“
MySQL slave error: "you cannot 'alter' a log table“
2022-06-28 13:45:00 【Data ape】
MySQL Slave Library Error:“You cannot ‘Alter’ a log table…”
Error 'You cannot 'ALTER' a log table if logging is enabled' on query. Default database: 'mysql'. Query: 'ALTER TABLE slow_log
The cause of the error is
mysql_upgrade All statements executed are recorded as binary records , Then copy it to slave, Result in an error
Solution one :
Stop the copy thread , Turn off slow query log , The current error is recoverable
stop slave;
set global slow_query_log="OFF";
start slave;
set global slow_query_log="ON";
Solution two :
Skip this error step
stop slave;
# Use the command to skip the current error statement ,sql_slave_skip_counter You can specify how many steps to skip
set global sql_slave_skip_counter=1;
start slave;
边栏推荐
- 《蛤蟆先生去看心里医生》阅读笔记
- yii2编写swoole的websocket服务
- DevEco Studio 3.0编辑器配置技巧篇
- Prediction of red wine quality by decision tree
- 2021计算机三级数据库大题总结
- SPI接口简介-Piyu Dhaker
- PostgreSQL surpasses MySQL
- To be the Italian Islander? Liuqiangdong cashed out 6.6 billion yuan in two months and made a one-time 560million "emergency transfer" to buy the European maritime Palace
- En parlant d'exception - que se passe - t - il lorsque l'exception est lancée?
- 初识exception
猜你喜欢
Oceanwide micro fh511 single chip microcomputer IC scheme small household appliances LED lighting MCU screen printing fh511
Yii2 writing the websocket service of swoole
Fh511+tp4333 form an outdoor mobile power lighting camping lamp scheme.
行动诠释价值,城联优品韩董事长出席广东英德抗洪捐赠公益活动会
(original) [Maui] realize "floating action button" step by step
程序员坐牢了,会被安排去写代码吗?
Oracle 云基础设施扩展分布式云服务,为组织提供更高的灵活性和可控性
药物发现新方法,阿斯利康团队通过课程学习改进从头分子设计
How to set auto format after saving code in vscade
Visual design tutorial of word cloud
随机推荐
How to display the server list of the electric donkey, and how to update the eMule server list
Hematemesis recommends 17 "wheels" to improve development efficiency
设计人工智能产品:技术可能性、用户合意性、商业可行性
GPS数据格式的分析与处理[通俗易懂]
Arcgis 矢量中心点生成矩形并裁剪tif图像进行深度学习样本训练
众昂矿业着眼氟化工产业,布局新能源产业链
Jeecg 官方组件的使用笔记(更新中...)
How fragrant! The most complete list of common shortcut keys for pychar!
再談exception——异常拋出時會發生什麼?
China Radio and television 5g package is coming, lower than the three major operators, but not as low as expected
抢做意大利岛主?刘强东两月套现66亿 疑一次性5.6亿“紧急转账”急购欧洲海上皇宫
几百行代码实现一个 JSON 解析器
Yii2 connects to websocket service to realize that the server actively pushes messages to the client
中国数据库技术大会(DTCC)特邀科蓝SUNDB数据库专家精彩分享
真香啊!最全的 Pycharm 常用快捷键大全!
895. longest ascending subsequence
To be the Italian Islander? Liuqiangdong cashed out 6.6 billion yuan in two months and made a one-time 560million "emergency transfer" to buy the European maritime Palace
[机缘参悟-32]:鬼谷子-抵巇[xī]篇-面对危险与问题的五种态度
《蛤蟆先生去看心里医生》阅读笔记
Kubernetes 深入理解Kubernetes(二) 声明组织对象