Mysql Error: Host ‘xxx.xxx.xxx.xxx’ is not allowed to connect to
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql Error: Host ‘xxx.xxx.xxx.xxx’ is not allowed to connect to相关的知识,希望对你有一定的参考价值。
1.打开cmd控制台
2.
mysql -u root -p
输入密码
3.
mysql>grant all privileges on *.* to ‘root‘ @‘%‘ identified by ‘123‘ with grant option;
mysql>flush privileges;
其中 ‘123‘ 是 ‘root‘ 的密码。再有命令结尾分号 ";" 别写丢了。
以上是关于Mysql Error: Host ‘xxx.xxx.xxx.xxx’ is not allowed to connect to的主要内容,如果未能解决你的问题,请参考以下文章
解决Ubuntu系统下 mysql 远程连接失败的问题 ERROR 2003 (HY000): Can't connect to MySQL server on 'xxx.xxx.xx
主机 'xxx.xx.xxx.xxx' 不允许连接到这个 MySQL 服务器
Invalid HTTP_HOST header: ‘xxx.xx.xxx.xxx:8000‘.
blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'