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

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

发布时间:2021-01-24 10:01:53 所属栏目:教程 来源:网络整理
导读:增进字段提醒以下信息,怎样办理? 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范例

(编辑:湖南网)

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

    热点阅读