
shopex 安装不了,错误Sql Error
操作系统WINNT服务器软件Microsoft-IIS/6.0php运行方式isapi安装的是shopex-single-4.8.4————————SqlError/*=...
操作系统 WINNT
服务器软件Microsoft-IIS/6.0
php运行方式 isapi
安装的是shopex-single-4.8.4
————————
Sql Error
/*==============================================================*/
/* Table: sdb_admin_roles */
/*==============================================================*/
create table sdb_admin_roles
(
role_id int unsigned not null AUTO_INCREMENT,
role_name varchar(100) not null,
role_memo text not null,
disabled enum('true','false') not null default 'false',
primary key (role_id)
)
type = MyISAM DEFAULT CHARACTER SET utf8
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'type = MyISAM DEFAULT CHARACTER SET utf8' at line 16 展开
服务器软件Microsoft-IIS/6.0
php运行方式 isapi
安装的是shopex-single-4.8.4
————————
Sql Error
/*==============================================================*/
/* Table: sdb_admin_roles */
/*==============================================================*/
create table sdb_admin_roles
(
role_id int unsigned not null AUTO_INCREMENT,
role_name varchar(100) not null,
role_memo text not null,
disabled enum('true','false') not null default 'false',
primary key (role_id)
)
type = MyISAM DEFAULT CHARACTER SET utf8
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'type = MyISAM DEFAULT CHARACTER SET utf8' at line 16 展开
3个回答
展开全部
怎么会安装484??
应该至少485
服务器数据库mysql版本之间的问题
应该至少485
服务器数据库mysql版本之间的问题
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
type=MyISAM DEFAULT CHARACTER SET utf8 后面要加分号 ;
type=MyISAM DEFAULT CHARACTER SET utf8 ;
type=MyISAM DEFAULT CHARACTER SET utf8 ;
追问
shopex是个建站系统。。
知道在哪里改么?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询