卓越飞翔博客卓越飞翔博客

卓越飞翔 - 您值得收藏的技术分享站
技术文章11179本站已运行3223

帝国cms增加字段提示Row size too large的解决方法教程

帝国CMS增加字段提示以下信息

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类型

卓越飞翔博客
上一篇: 内容页调用上一篇,下一篇帝国CMS方法集合
下一篇: 帝国cms排行数字效果怎么做
留言与评论(共有 0 条评论)
   
验证码:
隐藏边栏