I have an issue with my database: while I am updating my form I got this error:
Error Number: 1118
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.
In codeignator2
I think the data is heavy but I keep changed some settings in my.ini
but I am getting same error.