[ERR] 1118 - 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.

编辑server.cnf增加以下配置:

innodb_file_per_table=1
innodb_file_format=Barracuda
innodb_file_format_check = ON
innodb_log_file_size = 512M
innodb_strict_mode = 0

然后重启mysql服务器即可。

posted @ 2019-10-28 20:53  yshy  阅读(566)  评论(0编辑  收藏  举报