This topic is locked
[SOLVED]

 Row size too large (> 8126)

4/14/2016 6:41:50 PM
PHPRunner General questions
A
Athlon author

Suddenly started getting this error on most of my projects with lots of text. Is there a best fix approach to this?
What is recommended as the work around? Been to various fixes that will work on my own Ubuntu14 but not possible on a hosted mysql.
Any advice from the pro's?
Thanks,
Mike.

Sergey Kornilov admin 4/14/2016

Try this:

http://stackoverflow.com/questions/15585602/change-limit-for-mysql-row-size-too-large
If this doesn't help reduce the number of large text fields per record.

A
Athlon author 4/15/2016



Try this:

http://stackoverflow.com/questions/15585602/change-limit-for-mysql-row-size-too-large
If this doesn't help reduce the number of large text fields per record.


ENGINE=MyISAM has worked,

unfortunately barracuda and altering settings is not available on hosted DBs.