不灭的焱

加密类型:SHA/AES/RSA下载Go
复合类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel)、接口(interface)、数组(array)、结构体(struct) Go类型+零值nil
引用类型:切片(slice)、映射(map)、指针(pointer)、函数(function)、通道(channel) Go引用

作者:AlbertWen  添加时间:2017-11-09 00:05:06  修改时间:2025-12-01 02:48:07  分类: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