ERROR 1118 (42000): 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.
解决方案
进入myaql数据库输入命令:
set innodb_strict_mode= 0;
参考
https://blog.csdn.net/appleyuchi/article/details/99999212