Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Sounds like you've a textarea field with a massive amount of text in it. innodb_log_file_size is set too small for the amount of data you're trying to store. Needs to be roughly 10x that of the largest column size in your database. Within my.ini/my.cnf (MYSQL config file) try adjusting innodb_log_file_size to something like 48M if it's too low.SQLSTATE[42000]: Syntax error or access violation: 1118 The size of BLOB/TEXT data inserted in one transaction is greater than 10% of redo log size. Increase the redo log size using innodb_log_file_size.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.