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

 找回密码
 立即注册
搜索

[疑问] 请教: 关于安装DZ!EXP后的数据库系列问题

[复制链接]
woyaolai 发表于 2008-12-29 09:15:06 | 显示全部楼层 |阅读模式
我已经安装DZ!EXP 6.0 主要用于本地转换DV8.2--DZ7.0论坛数据, 但是需要填写以下数据:


// Discuz! 的 mysql 数据库信息
$discuz_dbhost = 'localhost';        // mysql 主机地址
$discuz_dbuser = 'root';        //数据库用户名
$discuz_dbpw = '123456';                //数据库密码
$discuz_type = '1';                //论坛类型,是否为 UC ,1 为是,0 为否
$discuz_dbname = 'discuz7';        //数据库名
$discuz_tablepre = 'cdb_';        //表前缀
$discuz_charset = 'gbk';        //如果您的 MySQL 为 4.1 及以上版本 请根据您的 Discuz! 数据库字符集进行设置
                                //可选'gbk','big5','utf8','latin1'

// UCenter 的 mysql 数据库信息
$uc_dbhost = 'localhost';        // mysql 主机地址
$uc_dbuser = 'root';        //数据库用户名
$uc_dbpw = '123456';                //数据库密码
$uc_dbname = 'discuz7';        //数据库名
$uc_tablepre = 'cdb_uc_';        //表前缀
$uc_charset = 'gbk';        //如果您的 MySQL 为 4.1 及以上版本 请根据您的 Discuz! 数据库字符集进行设置
                                //可选'gbk','big5','utf8','latin1'



我看到DZ!EXP上面只说了mysql的用户名和密码
1. Discuz! 相关帐户说明
-----------------------
论坛管理员初始账户:admin
论坛管理员初始密码:admin

MySQL root 用户初始化密码:root
MySQL discuz 用户初始化密码:discuzexp


请教Discuz! 的 mysql 数据库信息和UCenter 的 mysql 数据库信息应该怎么填写,是两个都一样吗?如果一样,都是DZ!EXP MYSQL的初始信息吗?  呵呵! 再次请教!
回复

使用道具 举报

桃子(小敏) 发表于 2008-12-29 09:29:50 | 显示全部楼层
首先打开exp安装目录下的MySQL5\my.ini
查找:
port =
看mysql服务器端口是多少,比如是6033,那么mysql信息:
$discuz_dbhost = 'localhost:6033';  
$discuz_dbuser = 'discuz';        //数据库用户名
$discuz_dbpw = 'discuzexp';                //数据库密码

discuz数据库名称及表前缀:
$discuz_dbname = 'discuz';        //数据库名
$discuz_tablepre = 'cdb_';        //表前缀

ucenter数据库名称及表前缀:
$uc_dbname = 'discuz';        //数据库名
$uc_tablepre = 'uc_';        //表前缀
回复

使用道具 举报

 楼主| woyaolai 发表于 2008-12-29 09:39:00 | 显示全部楼层
恩! 谢谢! 呵呵!
回复

使用道具 举报

 楼主| woyaolai 发表于 2008-12-29 09:48:44 | 显示全部楼层
// UCenter 的 mysql 数据库信息
$uc_dbhost = 'localhost';        // mysql 主机地址
$uc_dbuser = 'root';        //数据库用户名
$uc_dbpw = '123456';                //数据库密码



请问小桃,这个呢?需要修改吗?
回复

使用道具 举报

桃子(小敏) 发表于 2008-12-29 10:04:09 | 显示全部楼层
需要的
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-9-17 01:18 , Processed in 0.101031 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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