我用的是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.