ERROR 1118 (42000) at line : 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.

While migrating to the new server, I had the problem ERROR 1118 (42000) at line : 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. The work-around solution, according to mariadb.com, is to open the .sql file

Read More