mysql error 1197 ,Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try
SELECT @@max_binlog_cache_size; 如果 一個 mysql 事務 需要的內存大於 max_binlog_cache_size;mysql就會拋出 Multi-sta ...
