1118 Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs


原因:MySQL要求的定义长度不能超过65535


解决办法:将不需要太长的字段,设置短些,将必需要的长字段设置为 text 或者 blob