在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.
如何增加尺寸?
答案 0 :(得分:1)
步骤1 =>尝试从my.ini文件中增加“ innodb_log_file_size”。
STEP 2 =>增加大小->
步骤3 =>然后重新启动XAMPP / WAMP / LAMP / MAMP。
答案 1 :(得分:-1)
尝试默认情况下增加“ innodb_log_file_size”,当您尝试创建大于此值10%的blob /文本列时,会引发此错误。
您可以阅读有关here
的更多信息