Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 安装检查基础检查ok,但是实际安装数据库出错。

[复制链接]
╰侬鎵爾孩 发表于 2018-10-22 12:49:23 | 显示全部楼层 |阅读模式
  1. 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
  2. Error:Storage engine MEMORY is disabled (Table creation is disallowed).
  3. Errno:3161
  4.                                                                   
  5. 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
  6. Error:Storage engine MyISAM is disabled (Table creation is disallowed).
  7. Errno:3161
  8.         
  9. 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
  10. Error:Storage engine MEMORY is disabled (Table creation is disallowed).
  11. Errno:3161
  12.                
  13. 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
  14. Error:Storage engine MEMORY is disabled (Table creation is disallowed).
  15. Errno:3161
  16.       
  17. 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
  18. Error:Storage engine MEMORY is disabled (Table creation is disallowed).
  19. Errno:3161
  20.   
  21. 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
  22. Error:Storage engine MEMORY is disabled (Table creation is disallowed).
  23. Errno:3161
  24.                   
  25. 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
  26. Error:Storage engine MEMORY is disabled (Table creation is disallowed).
  27. Errno:3161
  28.                                                                
  29. 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
  30. Error:Storage engine MyISAM is disabled (Table creation is disallowed).
  31. Errno:3161
  32.                      
  33. 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
  34. Error:Storage engine MEMORY is disabled (Table creation is disallowed).
  35. Errno:3161
复制代码
以上是第二次安装,出错代码。
使用的是WIN 2008 企业版 +ISS7 + 阿里云RDS安装。
ISS配置OK,PHP环境测试OK.

第一次安装后成功后,访问首页出现错误:


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
806023042 发表于 2018-10-22 12:55:50 | 显示全部楼层
现在还有人用WIN 跑DZ?
回复

使用道具 举报

 楼主| ╰侬鎵爾孩 发表于 2018-10-22 13:07:38 | 显示全部楼层
806023042 发表于 2018-10-22 12:55
现在还有人用WIN 跑DZ?

一直用这个呐。。哈哈。其他不熟悉
回复

使用道具 举报

806023042 发表于 2018-10-22 13:09:18 | 显示全部楼层
本帖最后由 806023042 于 2018-10-22 13:10 编辑
╰侬鎵爾孩 发表于 2018-10-22 13:07
一直用这个呐。。哈哈。其他不熟悉

推荐用Linux+宝塔 其实和win没什么区别 还安全一些  速度比win 要快一些
回复

使用道具 举报

a475305268 发表于 2018-10-22 13:23:58 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

xxbnet 发表于 2018-10-22 13:27:13 | 显示全部楼层
貌似你数据库权限不够吧
回复

使用道具 举报

babyfacer 发表于 2018-10-22 16:28:39 | 显示全部楼层
我遇到的一个问题。不知道能不能给你参考
使用php7或者php5.6安装检测环境没问题,安装过程数据库报错,但是显示安装完成。然后进入页面报错。数据库里边发现一张表都没有。当然DZX3.4是支持php7的,可能只是我的虚拟主机php配置有问题
回复

使用道具 举报

crx349 发表于 2018-10-22 17:44:59 | 显示全部楼层
数据库创建失败哦 检查下数据库是否可写
回复

使用道具 举报

lz49858007 发表于 2018-10-23 16:08:45 | 显示全部楼层
本帖最后由 lz49858007 于 2019-6-25 13:23 编辑

不容易搞定~!~
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
                                                     
回复

使用道具 举报

xiaoyuwxz 发表于 2018-10-23 16:16:41 | 显示全部楼层
修改下安装数据install.sql中的引擎方式
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-26 18:30 , Processed in 0.020258 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表