LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 845|回复: 9

PHP查询mysql的连接问题

[复制链接]
发表于 2003-9-12 15:28:10 | 显示全部楼层 |阅读模式
我用的是RH9.0,现apache、mysql、php都正常
//Connect to the database server
$dbcnx=@mysql_connect("localhost","root","jingshan");
if(!$dbcnx){
echo("<>Unable to connect to the".
     "database server at this time.</P>");
exit();
}
但这一段运行下来,显示
Unable to connect to the". "database server at this time.

"); exit(); } ?>
但是PHP与MYSQL连接模块已经安装,为什么不通呢?
:help :help :help
在线等待,谢谢大侠了
 楼主| 发表于 2003-9-12 15:41:22 | 显示全部楼层
执行mysql -h  -u -p都正常
为什么从PHP里就是不通,请黄版柱指教
发表于 2003-9-12 17:43:43 | 显示全部楼层
没有看到你的出错信息。
将你的mysql_connect()前面的@去掉,然后运行会出现错误信息,
贴出你的错误信息来看看。
 楼主| 发表于 2003-9-17 10:54:55 | 显示全部楼层
多谢黄板柱,@去掉后运行结果不变
我装了一个论坛,已正常运行,是不是说明mysql+php已正常运行。
但上述问题仍存在。
 楼主| 发表于 2003-9-17 11:01:39 | 显示全部楼层
而且运行一个小程序
<html>
Please fill in your name: <br>
<form method=post action=go.php>
<input type=text name="myname">
<input type=submit name="submit"  value="send">
</form>
</html>

go.php
<?php

print "The name you send is <font color=red>$myname</font>";
?>
中的$myname显示不出,究竟是什么原因呢?
 楼主| 发表于 2003-9-17 11:02:26 | 显示全部楼层
:help :thank :thank :help :!!
 楼主| 发表于 2003-9-17 11:04:15 | 显示全部楼层
小程序运行结果是
The name you send is
 楼主| 发表于 2003-9-17 14:03:15 | 显示全部楼层
小程序已搞定,是PHP.ini的问题
发表于 2003-9-19 14:40:44 | 显示全部楼层
我也遇到相同的问题,不过 我确信不是php的问题

因为他可以运行程序.

说是连接被拒绝,显示用户名密码pass

不知上面的仁兄是怎样解决的.
发表于 2003-9-20 07:55:26 | 显示全部楼层
不是这样的。在php4中有一个bug.
兄弟请看看这篇文章:
http://www.linuxforum.net/forum/ ... 5&o=&fpart=
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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