Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage
最近在整一个通讯录的关系,数据量大约是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对应
的值设置大一点问题就没有了、
还没有评论,来说两句吧...