MYSQL中的用户账号由两部分组成 username@hostname 

解决方案 »

  1.   


    您好,我在mysql上授权一个帐号.
    grant select
    on *.*
    to 'abc'@'%'请问为什么登陆不了
      

  2.   


    您好,我在mysql上授权一个帐号.
    grant select
    on *.*
    to 'abc'@'%'请问为什么登陆不了还有 identified by '123'
      

  3.   

    所谓的登录不了是什么现象?什么错误提示?select * from mysql.user 返回什么?
      

  4.   


    您好返回的是 error 1045 access denied for user '.....@....' <using password :yes> 大概就是这样。我刚用 roo 查询 mysql数据库的user表 发现在revoke 以后 被 revoke的帐号依然存在.
      

  5.   


    user 表里就是帐号和密码等等