加入收藏 | 设为首页 | 会员中心 | 我要投稿 核心网 (https://www.hxwgxz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 教程 > 正文

帝国增加字段提示Row size too large,怎么解决

发布时间:2021-01-23 05:11:48 所属栏目:教程 来源:网络整理
导读:增加字段提示以下信息,如何解决? 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 alter table ***_ecms_infoclass_info add zz_jdtype text not null

增加字段提示以下信息,如何解决?
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
alter table ***_ecms_infoclass_info add zz_jdtype text not null,add z_jdtype varchar(255) not null,add qz_jdtype varchar(255) not null,add save_jdtype varchar(10) not null;

超过mysql允许的最大单表长度,解决办法是:减少字段,或字段少用text类型

(编辑:核心网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    热点阅读