不灭的火

革命尚未成功,同志仍须努力:加密SHA/AES/RSA下载JDK17

作者:AlbertWen  添加时间:2017-11-09 00:05:06  修改时间:2025-09-11 16:54:56  分类:03.MySQL/PgSQL/Redis  编辑

字段太多,超过了 行记录的 总容量,报错:

The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs

解决方案:

把字段类型,修改为 text

 

 

参考:

MySQL多Text字段报8126错误(解决过程)

The maximum row size for the used table type, not counting BLOBs, is 65535. You have to change some columns to TEXT or BLOBs