- run_sql_error•SQL:CREATE TABLE pre_ucenter_vars ( name char(32) NOT NULL default '', value char(255) NOT NULL default '', PRIMARY KEY(name)) ENGINE=HEAP DEFAULT CHARSET=gbk
- Error:Storage engine MEMORY is disabled (Table creation is disallowed).
- Errno:3161
-
- run_sql_error•SQL:CREATE TABLE pre_common_member_grouppm ( uid mediumint(8) unsigned NOT NULL DEFAULT '0', gpmid smallint(6) unsigned NOT NULL AUTO_INCREMENT, `status` tinyint(1) NOT NULL DEFAULT '0', dateline int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (uid,gpmid)) ENGINE=MYISAM DEFAULT CHARSET=gbk
- Error:Storage engine MyISAM is disabled (Table creation is disallowed).
- Errno:3161
-
- run_sql_error•SQL:CREATE TABLE pre_common_member_secwhite ( uid int(10) NOT NULL, dateline int(10) NOT NULL, PRIMARY KEY (uid)) ENGINE=HEAP DEFAULT CHARSET=gbk
- Error:Storage engine MEMORY is disabled (Table creation is disallowed).
- Errno:3161
-
- run_sql_error•SQL:CREATE TABLE pre_common_process ( processid char(32) NOT NULL, expiry int(10) DEFAULT NULL, extra int(10) DEFAULT NULL, PRIMARY KEY (processid), KEY expiry (expiry)) ENGINE=HEAP DEFAULT CHARSET=gbk
- Error:Storage engine MEMORY is disabled (Table creation is disallowed).
- Errno:3161
-
- run_sql_error•SQL:CREATE TABLE pre_common_seccheck ( ssid int(10) NOT NULL AUTO_INCREMENT, dateline int(10) NOT NULL, `code` char(6) NOT NULL, succeed tinyint(1) NOT NULL, verified tinyint(1) NOT NULL, PRIMARY KEY (ssid), KEY dateline (dateline), KEY succeed (succeed), KEY verified (verified)) ENGINE=HEAP DEFAULT CHARSET=gbk
- Error:Storage engine MEMORY is disabled (Table creation is disallowed).
- Errno:3161
-
- run_sql_error•SQL:CREATE TABLE pre_common_session ( sid char(6) NOT NULL DEFAULT '', ip1 tinyint(3) unsigned NOT NULL DEFAULT '0', ip2 tinyint(3) unsigned NOT NULL DEFAULT '0', ip3 tinyint(3) unsigned NOT NULL DEFAULT '0', ip4 tinyint(3) unsigned NOT NULL DEFAULT '0', uid mediumint(8) unsigned NOT NULL DEFAULT '0', username char(15) NOT NULL DEFAULT '', groupid smallint(6) unsigned NOT NULL DEFAULT '0', invisible tinyint(1) NOT NULL DEFAULT '0', `action` tinyint(1) unsigned NOT NULL DEFAULT '0', lastactivity int(10) unsigned NOT NULL DEFAULT '0', lastolupdate int(10) unsigned NOT NULL DEFAULT '0', fid mediumint(8) unsigned NOT NULL DEFAULT '0', tid mediumint(8) unsigned NOT NULL DEFAULT '0', UNIQUE KEY sid (sid), KEY uid (uid)) ENGINE=HEAP DEFAULT CHARSET=gbk
- Error:Storage engine MEMORY is disabled (Table creation is disallowed).
- Errno:3161
-
- run_sql_error•SQL:CREATE TABLE pre_common_visit ( ip int(10) unsigned NOT NULL DEFAULT '0', `view` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (ip), KEY ip (ip,`view`)) ENGINE=HEAP DEFAULT CHARSET=gbk
- Error:Storage engine MEMORY is disabled (Table creation is disallowed).
- Errno:3161
-
- run_sql_error•SQL:CREATE TABLE pre_forum_post ( pid int(10) unsigned NOT NULL, fid mediumint(8) unsigned NOT NULL DEFAULT '0', tid mediumint(8) unsigned NOT NULL DEFAULT '0', `first` tinyint(1) NOT NULL DEFAULT '0', author varchar(15) NOT NULL DEFAULT '', authorid mediumint(8) unsigned NOT NULL DEFAULT '0', `subject` varchar(80) NOT NULL DEFAULT '', dateline int(10) unsigned NOT NULL DEFAULT '0', message mediumtext NOT NULL, useip varchar(15) NOT NULL DEFAULT '', `port` smallint(6) unsigned NOT NULL DEFAULT '0', invisible tinyint(1) NOT NULL DEFAULT '0', anonymous tinyint(1) NOT NULL DEFAULT '0', usesig tinyint(1) NOT NULL DEFAULT '0', htmlon tinyint(1) NOT NULL DEFAULT '0', bbcodeoff tinyint(1) NOT NULL DEFAULT '0', smileyoff tinyint(1) NOT NULL DEFAULT '0', parseurloff tinyint(1) NOT NULL DEFAULT '0', attachment tinyint(1) NOT NULL DEFAULT '0', rate smallint(6) NOT NULL DEFAULT '0', ratetimes tinyint(3) unsigned NOT NULL DEFAULT '0', `status` int(10) NOT NULL DEFAULT '0', tags varchar(255) NOT NULL DEFAULT '0', `comment` tinyint(1) NOT NULL DEFAULT '0', replycredit int(10) NOT NULL DEFAULT '0', position int(8) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (tid,position), UNIQUE KEY pid (pid), KEY fid (fid), KEY authorid (authorid,invisible), KEY dateline (dateline), KEY invisible (invisible), KEY displayorder (tid,invisible,dateline), KEY `first` (tid,`first`)) ENGINE=MYISAM DEFAULT CHARSET=gbk
- Error:Storage engine MyISAM is disabled (Table creation is disallowed).
- Errno:3161
-
- run_sql_error•SQL:CREATE TABLE pre_forum_threaddisablepos ( tid mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (tid)) ENGINE=HEAP DEFAULT CHARSET=gbk
- Error:Storage engine MEMORY is disabled (Table creation is disallowed).
- Errno:3161
复制代码 以上是第二次安装,出错代码。
使用的是WIN 2008 企业版 +ISS7 + 阿里云RDS安装。
ISS配置OK,PHP环境测试OK.
第一次安装后成功后,访问首页出现错误:
|