目录 [SQL]解决 [SQL] [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. 解决 编辑mysql配置文件my.cnf 在 [mysqld] 下添加 innodb_log_file_size = 512 innodb_strict_mode = 0 重启mysql就可以了