#12002/11/21 11:10:13
服务器安装问题
php安装出现在问题:
Warning: MySQL Connection Failed: Host 'localhost' is not allowed to connect to this MySQL server in C:\apache\htdocs\phpmyadmin\lib.inc.php on line 255
Error
MySQL said:
Back
255行的原码是:
$link = $connect_func($cfgServer['host'], $cfgServer['user'], $cfgServer['password']) or mysql_die();
看看错在那里啦?