Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage

青旅半醒 2022-06-09 06:20 464阅读 0赞

最近在整一个通讯录的关系,数据量大约是40E

当把文件导入到数据库的时候 遇到这这个问题 错误信息:

Multi-statement transaction required more than ‘max_binlog_cache_size’ bytes of storage; increase this mysqld variable and try again

解决方法如下:

cat /etc/my.cnf

将max_binlog_cache_size对应

的值设置大一点问题就没有了、

发表评论

表情:
评论列表 (有 0 条评论,464人围观)

还没有评论,来说两句吧...

相关阅读