Hi,

I have a Mysql table with 25 fields type TEXT. Sometimes the sum data of all these fields is too large and I get this error message:

#1030 - Got error 139 from storage engine

How can I change the maximum size of a row?

Thank you