如何使用innodb_log_file_size增加重做日志大小?

时间:2019-05-09 11:04:59

标签: node.js

在GoDaddy MySQL数据库上,出现此错误:

 error: code: "ER_TOO_BIG_ROWSIZE"errno: 1118index: 0sql: "UPDATE `cloudmeetin` 
 SET `userId` = 'abhi', 
`fullName"sqlMessage: 
"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.

如何增加尺寸?

2 个答案:

答案 0 :(得分:1)


enter image description here


步骤1 =>尝试从my.ini文件中增加“ innodb_log_file_size”。 enter image description here


STEP 2 =>增加大小->

enter image description here


步骤3 =>然后重新启动XAMPP / WAMP / LAMP / MAMP。

答案 1 :(得分:-1)

尝试默认情况下增加“ innodb_log_file_size”,当您尝试创建大于此值10%的blob /文本列时,会引发此错误。

您可以阅读有关here

的更多信息