大家好,我是新手.
我用MySQL Administrator连接MySQL我用MySQL Administrator 新建连接为:
connection: myconnection, Username: root, Password: 123456
我登陆时:
storted connection: myconnection
server host: localhost,  port: 3306
username: root
password: 123456点[OK]
就弹出个Error message:
{
Could not connect to the specified instanceMySQL error number 1045
Access denied for user 'root'@'127.0.0.1' (using password: YES)if you want to check the network connection, please click ping button
}
我ping了,可以收到数据.
请问是什么问题吖??

解决方案 »

  1.   

    在MySQL本机登录, 然后授权给 'root'@'127.0.0.1' 默认的授权是仅给 'root'@localhost的。
      

  2.   

    http://topic.csdn.net/u/20071229/09/a0c7e024-0293-4e7a-9454-ba412f94d99d.html
      

  3.   

    在服务器本地用telnet   127.0.0.1   3306   可以连接
    而且.....
    ........
    ........After 20mins
    重新下载了一个版本..
    所有步骤重新来一遍..
    点击[OK].
    waiting 1s ...
    oh my god.
    I got it!Yeah!!谢谢各位了..~~~