|
楼主 |
发表于 2003-12-29 08:48:23
|
显示全部楼层
对不起,我的描述不清晰 我的phpnuke版本是6.9,MySQL是WinMySQLadmin1.4,linux下默认的MySQL是3.XX
[quote:d2f732c466="HACKGOU"]下面三个变量:
$dbhost = "localhost"; //主机
$dbuname = "nuke"; //数据库用户名。
$dbpass = "nuke"; //相应的口令
$dbtype = "MySQL"; //数据库类型。
3。开服务器(Apache或IIS),执行安装脚本,照着提示作。
差不多就这些吧。
good luck![/quote]
config.php的配置是按照phpnuke文件夹里的install.txt一步一步来的,正如HACKGOU所述,执行安装脚本,照着提示作……但是phpnuke文件夹里的install.txt里讲解[code:1]That's it!... now you need to edit the file "config.php" to set the database options. Please read carefully the instruction on that file!
After that, point your browser to:
http://yourdomain.com/admin.php[/code:1]
翻译:就这样了!……现在你需要编辑“config.php”文件来调整数据库选项。请认真阅读文件中的说明!然后,让你的浏览器指到:http://yourdomain.com/admin.php哪有安装脚本install.php这些都是后话了,我的问题还停留在建数据库上!phpnuke的数据库需要从/sql/文件夹中倒入但是倒入后就出现了[code:1]数据库 nuke 运行于 localhost
错误
SQL 查询 :
--
------------------------------------------------------- --
--
--
CREATE TABLE confirm(
confirm_id char( 32 ) NOT NULL default '',
session_id char( 32 ) NOT NULL default '',
code char( 6 ) NOT NULL default '',
PRIMARY KEY ( session_id, confirm_id )
) TYPE = MYISAM
MySQL 返回:
#1064 - You have an error in your SQL syntax. 你有一个SQL语法错误Check the manual that corresponds to your MySQL server version for the right syntax to use near 翻阅手册,确保你的MySQL服务器的版本与正确的语法相协调'---------------------------------------------------------
--
-- [/code:1]的错误!
我的问题仅仅在配置数据库这一块儿请大虾赐教! |
|