I am new to MySQL directly ...but have been using the database for years with products like SugarCRM and Drupal. I've never had this issue come up before. I am adding custom fields in Sugar (about 600) and got this error message from the database. Should I read this literally? Is it possible to change almost 100 custom fields from VARCHAR to TEXT ...and this will allow me to add more fields?
I do have a lot of VARCHAR(255) fields in my custom fields ...and only about 20 TEXT (or TXTarea). Do TEXT fields not count towards the 65535 limit?
Wed Oct 12 18:55:32 2011 [2347][1] [FATAL] MySQL error 1118: Row size too large. The maximum row size for the used table , not counting BLOBs, is 65535. You have to change some columns to TXT or BLOBs
Any help would be appreciated ...Thanks!
I do have a lot of VARCHAR(255) fields in my custom fields ...and only about 20 TEXT (or TXTarea). Do TEXT fields not count towards the 65535 limit?
Wed Oct 12 18:55:32 2011 [2347][1] [FATAL] MySQL error 1118: Row size too large. The maximum row size for the used table , not counting BLOBs, is 65535. You have to change some columns to TXT or BLOBs
Any help would be appreciated ...Thanks!