MySQL Forums
Forum List  »  Spanish

Error Code: 1197. Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again
Posted by: Maria Lopez
Date: January 25, 2018 04:06AM

Estoy intentando importar una base de datos de más de 100 millones de registros, que actualmente está en .csv a mysqlworkbench, pero después de 12 minutos cargando me da el siguiente error:
Error Code: 1197. Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again
Ya he modificado la variable a el valor máximo que puede tomar. Además he modificado todas las variables de caché a su valor máximo permitido, pero al volver a ejecutar sigue dando el mismo error.
Las instrucción para importar está correcta, por lo que ese no es el problema.

Options: ReplyQuote


Subject
Views
Written By
Posted
Error Code: 1197. Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again
1522
January 25, 2018 04:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.