问题:
增加字段提示以下信息,如何解决?
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
答案:
表字段太多,超过mysql字度允许最大长度
poscms不是可以无限加字段吗,怎么限制了字段
不是cms限制,mysql限制了,实际项目中我遇到过超过50个字段mysql就不让添加,百度找mysql.ini可以扩大字段数量
给分吧~~
感谢大家给我解决此问题,我已经完美的解决