[Solved] Cause: java.sql.SQLException: Multi-statement transaction required more than ‘max_binlog_cache_size’ bytes of storage;

2023/05/17 19:47

Error

Cause: java.sql.SQLException: Multi-statement transaction required more than ‘max_binlog_cache_size’ bytes of storage;

increase this mysqld variable and try again;

uncategorized SQLException; SQL state [HY000]; error code [1197];

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

nested exception is java.sql.SQLException: Multi-statement transaction required more than ‘max_binlog_cache_size’ bytes of storage;

increase this mysqld variable and try again

Solution

SET GLOBAL max_binlog_cache_size = 4294967296;

Leave a Reply

Back to top