Hello all,
I am trying to create a table, but I am getting this error message:
Error while creating table :Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs....
Any help??
I am trying to create a table, but I am getting this error message:
Error while creating table :Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs....
Any help??
Hi tannous,
Not really, that a MySQL error that is more or less as it says. It sounds as though you have too many big VARCHAR columns - converting some to TEXT might help.
Bob
Not really, that a MySQL error that is more or less as it says. It sounds as though you have too many big VARCHAR columns - converting some to TEXT might help.
Bob
This topic is locked and no more replies can be posted.