本文整理自网络,侵删。
刚升级一会就出现Multiple primary key defined
alter table ***_ecms_infoclass_shop change classid classid int(10) unsigned NOT NULL default '0', DROP INDEX classid, add PRIMARY KEY(classid);
这个按字面意思就是
数据表结构问题,提示:已经有存在的主键,不能再增加主键
更多技术内容来自木庄网络博客
标签:帝国CMS
相关阅读 >>
php函数之error_reporting(e_all ^ e_notice)详细说明
帝国CMS高危sql注入漏洞(盲注)系统自带reppintvar过滤函数使用方法
帝国CMS调用新浪iplookup实现根据ip跳转到不同域名
更多相关阅读请进入《帝国CMS》频道 >>