摘要:
一、背景我们的MySQL数据库有一张10个Text的字段的表,还包括几个char和varchar字段,由于业务需求,我在表中加多一个Text字段的时候,插入记录的出现了下面的错误:Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. You have to change some columns to TEXT or BLOBs (图1:错误信息)二、过程首先我们执行下面的SQL,查看这个表的相关信息:SHOW TABLE STATUS LIKE 'e 阅读全文