MySQL创建表时候报: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 解决方案

NoSuchKey