|
我用的是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
在线等待,谢谢大侠了 |
|