mysql – Error Code: 1118 Row size too large (> 8126). Changing some columns to TEXT or BLOB

 

/etc/mysql/mysql.conf.d
vi mysqld.cnf

[mysqld]
innodb_log_file_size = 512M
innodb_strict_mode = 0

/etc/init.d/mysql restart