yangli-1128

mysql 出现 Row size too large (> 8126)解决方法

提示:Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline

处理方案:

编辑 MySQL 配置文件,添加或修改

innodb_strict_mode=0

max_allowed_packet = 1G

innodb_log_file_size = 30M
innodb_log_buffer_size = 512M


标签: mysql
上一篇 下一篇
评论
©yangli-1128 | Powered by LOFTER