Warning: mysql_get_server_info(): Access denied for user: 'root@localhost' (Using password: YES) in e:\www\tz\syinfo.php on line 46
检查你的 PHP 设置文件,
将 登录帐号中的 密码 一项设置为空 就可以了
Host = localhost
User = root
Password =

解决方案 »

  1.   

    呵呵,
    提示信息不是说了嘛,Access denied for user: 'root@localhost'权限问题,主机不是你的??
    那你需要与服务提供商联系了,
    查问一下你的用户名与密码
      

  2.   

    Welcome to phpMyAdmin 2.5.2
    phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.ErrorMySQL said: 
    Access denied for user: 'root@localhost' (Using password: YES)
      

  3.   

    Access denied for user: 'root@localhost' (Using password: YES)你的配置文件中的 登录设置上 password 是有密码 的,你应该删除它,你现在所用的方式就好像这样登录
    mysql -h localhost -u root -p1312432424应该这样
    mysql -h localhost -u root 另建议你下载一个 MySQL-Front
    会给你带来莫大的好处 的
      

  4.   

    Access denied for user: 'root@localhost' (Using password: YES)你的配置文件中的 登录设置上 password 是有密码 的,你应该删除它,你现在所用的方式就好像这样登录
    mysql -h localhost -u root -p1312432424应该这样
    mysql -h localhost -u root 另建议你下载一个 MySQL-Front
    会给你带来莫大的好处 的
      

  5.   

    连mysql font也不行啊,出现1045 - Access denied for user: 'root@localhost' (Using password: YES)我试着在mysql里加了一个用户,可是也登不上啊
    我要疯了
      

  6.   

    你的 MySQL 安装后修改过 root 的登录密码吗????如果没有请不要加上密码直接在 Host(主机名)中填入 localhost 
           User(用户名)中填入 root        密码框中  不填任何东东然后 点连接