QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 804|回复: 12

安装PHPBB论坛的问题!

[复制链接]
发表于 2003-6-15 11:49:25 | 显示全部楼层 |阅读模式
装完RH 9后,选择了所有更新。
但安装PHPBB论坛时出错:
安装过程中发生错误
您服务器上的 php 设置不支持您选择的类型的数据库。
发表于 2003-6-16 12:00:47 | 显示全部楼层
那你现在使用的是什么数据库呢?
回复

使用道具 举报

发表于 2003-6-16 14:20:36 | 显示全部楼层
我的故障现象与楼主一样,我用的数据库是mysql-standard-4.0.13-pc-linux-i686.tar.gz
回复

使用道具 举报

发表于 2003-6-16 14:34:14 | 显示全部楼层
[code:1]首先启动MySQL:

# /etc/rc.d/init.d/mysql start

如果一切正常,你将看到以下的信息出现:

Starting mysqld daemon with databases from /var/lib/mysql

如果你安装的是RPM包,那么程序大都安装在/usr/local/mysql/bin。在此目录下运行客户端程序:

# mysql

然后你可以看到屏幕显示出以下信息:

Welcome to the MySQL monitor. Commands end with ; or \g.

Your MySQL connection id is 2 to server version: 3.22.21

Type 'help' for help.

mysql>

接着,用show databases命令可以将安装的数据库列出来:

mysql> show databases;

你就可以看到:

+----------+

| Database |

+----------+

| mysql |

| test |

+----------+

2 rows in set (0.00 sec)

如果一切正常的话,那说明MySQL可以完全工作了!恭喜你!如果要退出程序,输入:exit

mysql> exit;

Bye
[/code:1]
回复

使用道具 举报

 楼主| 发表于 2003-6-16 20:31:27 | 显示全部楼层
我的就是这样的。。。
回复

使用道具 举报

发表于 2003-6-16 23:07:50 | 显示全部楼层
那你安装PHPBB2时候选择的是MySQL吗?
回复

使用道具 举报

 楼主| 发表于 2003-6-17 23:32:33 | 显示全部楼层
是呀
回复

使用道具 举报

发表于 2003-6-18 08:14:33 | 显示全部楼层
我的故障现象与楼主一样。

问题一:
我启动Mysql时,如下输入:
[root@linuxiae bin]# ./mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)

如下输入:
[root@linuxiae bin]# ./mysql -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.0.13-standard

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show databases;
+----------+
| Database |
+----------+
| mysql    |
| nuke     |
| test     |
+----------+
3 rows in set (0.10 sec)

mysql> use nuke
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql>


这两种结果不一样,是正常的吗?我看到很多的资料都是输入
./mysql
即可看到第二种的显示(你上面也是这样的)。


问题二:
我在安装phpnuke时,解压后的html目录中,有config.php这个文件,资料上说要对它作相应的编辑...可config.php是空的,一个字也没有。我按资料上所提到的内容输入,存盘退出后,phpnuke的安装仍不能进行下去。
望指点,谢谢。
回复

使用道具 举报

发表于 2003-6-18 08:32:20 | 显示全部楼层
我还在有关资料上看到:
安装PHP:

......

./configure --with-mysql=/usr/local/mysql --with-apache=../apache_x
文字说明是:以内嵌模块方式编译,并为PHP提供存取mysql数据库的功能....

要解决phpbb的安装问题,是不是要重新如上编译php?
回复

使用道具 举报

发表于 2003-6-18 11:45:54 | 显示全部楼层
About the error you got

[root@linuxiae bin]# ./mysql
ERROR 1045: Access denied for user: 'root@localhost' (Using password: NO)


There are a few possibilities; you:

1. Didn't tell mysql to prompt you for the password. Try starting it like this:

     mysql -u uname -p(Remember to replace "username" with the MySQL uname assigned by your administrator.)

2. Supplied the wrong password. (Usernames and passwords are case-sensitive.)

3. Don't have access. Contact your administrator for more assistance.

Warning: While it's possible to specify your password while starting the mysql utility, we strongly recommend against doing so. If you do so, it's very possible your password can then be viewed by others using your system. Consider, for example, the w command, which (among other things) displays the command you're executing--along with any parameters used to start it.
回复

使用道具 举报

发表于 2003-6-18 11:47:46 | 显示全部楼层
config.php shouldn't be empty. I think you should try to uncompress it again.
回复

使用道具 举报

 楼主| 发表于 2003-6-18 16:18:23 | 显示全部楼层
来点中文吧,E文看不懂呀!
回复

使用道具 举报

发表于 2003-6-18 16:29:13 | 显示全部楼层
关注ing......
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-16 10:43 , Processed in 0.060710 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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