MySQL的"Row size too large"错误场景
点击标题下「蓝色微信名」可快速关注
MySQL中建表,提示了这个错误,
SQL 错误 [1118] [42000]: 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