码迷,mamicode.com
首页 > 数据库 > 详细

mysql error 1197 ,Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again 解决办法

时间:2018-04-23 19:57:54      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:AC   and   bin   mysql   SQ   sele   erro   一个   nsa   

SELECT @@max_binlog_cache_size;

 

如果 一个 mysql 事务 需要的内存大于 max_binlog_cache_size;mysql就会抛出 Multi-statement transaction required more than ‘max_binlog_cache_size‘ 错误。

解决办法:

SET GLOBAL max_binlog_cache_size = 4294967296;  #40G

推荐最大设置为40G,

最大可能设置为 16EB (exabytes),

mysql error 1197 ,Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again 解决办法

标签:AC   and   bin   mysql   SQ   sele   erro   一个   nsa   

原文地址:https://www.cnblogs.com/huntercj/p/8921117.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!