Hi everyone, I have an innodb table with about 25 longtext fields, but during data entry I get the Row size too large error (> 8126). The error is resolved if I use myisam for the table, but I would like to know if I can solve from configuration file remaining on innodb. Thank you
↧