安装vbb失败!

由 ggw 在 05-02-2004 23:22 发表:

安装vbb失败!

这是我的出错信息

正在尝试连接数据库...

Warning: mysql_pconnect(): Host '192.168.1.16' is not allowed to connect to this MySQL server in /var/www/html/bbs/admin/db_mysql.php on line 38

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /var/www/html/bbs/admin/db_mysql.php on line 47

连接失败, 因为你无权连接数据库服务器. 请返回上一步, 确认你输入了正确的登录项.

点击 看看 vBulletin 的网站

下面是一些 是我在webmin设置mysql的画面

--------------------------------------------------------------------------------

MySQL数据库

创建新的数据库

bbs

linux

mysql

test

创建新的数据库

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

创建新的数据库权限

数据库 用户 主机 权限

linux root 任何 选择 | 插入 | 更新 | 删除 | 创建 | 删除 | 参考 | 索引 | 改变

test 匿名 任何 选择 | 插入 | 更新 | 删除 | 创建 | 删除 | 参考 | 索引 | 改变

test\_% 匿名 任何 选择 | 插入 | 更新 | 删除 | 创建 | 删除 | 参考 | 索引 | 改变

创建新的数据库权限

 1   
 2  
 3  
 4  
 5/////////////////////////////////////////////////////////////   
 6  
 7// Please note that if you get any errors when connecting, //   
 8  
 9// that you will need to email your host as we cannot tell //   
10  
11// you what your specific values are supposed to be //   
12  
13/////////////////////////////////////////////////////////////   
14  
15  
16  
17// type of database running   
18  
19// (only mysql is supported at the moment)   
20  
21$dbservertype='mysql';   
22  
23  
24  
25// hostname or ip of server   
26  
27$servername='192.168.1.1';   
28  
29  
30  
31// username and password to log onto db server   
32  
33$dbusername='root';   
34  
35$dbpassword='这里我写上的的密码';   
36  
37  
38  
39// name of database   
40  
41$dbname='linux';   
42  
43  
44  
45// technical email address - any error messages will be emailed here   
46  
47$technicalemail='[email protected]';   
48  
49  
50  
51// use persistant connections to the database   
52  
53// 0 = don't use   
54  
55// 1 = use   
56  
57$usepconnect=1;   
58  
59  
60  

请教。。是不是我的mysql设置有错啊


我很笨.可是我很认真...

常去的地网站

http://tech.ccidnet.com/

http://www-900.ibm.com/developerworks/cn


由 ggw 在 05-02-2004 23:23 发表:


为什么说我无权呢?


我很笨.可是我很认真...

常去的地网站

http:/

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus