用户权限问题,用命令行登陆,看看能不能进去?C:\mysql\bin>mysql -uhhu -p
enter password:****

解决方案 »

  1.   

    root进入mysql后:
    mysql>grant all on *.* to hhu@localhost identified by 'yourpwd';
      

  2.   

    TO mathematician(数学家) :进不去,出现同样的提示,应该怎么解决呢?
      

  3.   

    C:\mysql\bin> mysql -uroot -p
    ******** (输入root密码,如果还没有设置,直接输入回车即可)
    mysql> GRANT ALL ON *.* TO hhu@localhost IDENTIFIED BY 'hhu';