在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.如何增加大小?
发布于 2020-02-07 12:57:35

第1步=>尝试从my.ini文件中增加"innodb_log_file_size“。

第2步=>增加大小-->

STEP 3 =>然后重新启动您的XAMPP/WAMP/LAMP/MAMP。
发布于 2019-05-23 02:21:40
尝试增加您的"innodb_log_file_size“默认情况下,当您尝试创建大于此值的10%的blob/text列时,会引发此错误。
您可以阅读有关here的更多信息
https://stackoverflow.com/questions/56057999
复制相似问题