How do I fix MySQL row size too large 8126?
Row size too large (> 8126). Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help. In current row format, BLOB prefix of 768 bytes is stored inline. How do I change the row limit in MySQL? You can easily change this limit by going to MySQL Workbench >> Edit >> Preferences >> SQL Queries tab. …