"Host 'admin-PC' is not allowed to connect to this MySQLserver"

来源:互联网 发布:qq绑定软件管理 编辑:程序博客网 时间:2024/06/05 17:58

问题:"Host 'admin-PC' is not allowed to connect to this MySQLserver"   (其中,admin-PC为我的机器名)

原因:安装MySQL时没有勾选“Enable root access from remote machines”

解决办法:执行命令

[sql] view plaincopy
  1. GRANT  ALL  ON  *.*  TO  root@"%"  IDENTIFIED  BY  "你自己的密码"  
0 0
原创粉丝点击