grant ALL PRIVILEGES on 数据库名.* to 用户名@localhost identified by "密码";出错信息,ERROR:1044 Access denied for user:'@127.0.0.1' to database '数据库名'我明明已经建好数据库了啊。!~为什么还出这个错误?

解决方案 »

  1.   

    是用户权限问题,用root帐号登陆c:\mysql\bin>mysql -uroot -p
    enter password:******
      

  2.   

    run winmysqladmin.exe
    会提示你首次输入Admin的账号,密码。
    右下角绿灯亮,说明ok.可以用mysql-front来管理。
      

  3.   

    先看看
    http://community.csdn.net/Expert/topic/3777/3777713.xml?temp=.7751123
    还有
    http://community.csdn.net/Expert/topic/3778/3778491.xml?temp=.225979.