Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help.
1、改引擎模式,Engine=MyISAM;但改了之后不能支持事务;
2、在mysql > SET GLOBAL innodb_file_format = barracuda;
3、设置完成后,用show global like 'innodb_file_format%'查看;