use mysql;
update user set host = ‘%‘ where user = ‘root‘;
FLUSH PRIVILEGES;
"Host is not allowed to connect to this MySQL server"
Posted kdi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql远程连接报错相关的知识,希望对你有一定的参考价值。
use mysql;
update user set host = ‘%‘ where user = ‘root‘;
FLUSH PRIVILEGES;
"Host is not allowed to connect to this MySQL server"
以上是关于mysql远程连接报错的主要内容,如果未能解决你的问题,请参考以下文章
QA18910——彻底解决NaviCat远程连接报错1045
linux 远程连接报错 10038或者10061 或者10060
zbb20170811 mysql远程连接报错: Host * is not allowed to connect to this MySQL server,解决方法
Mysql远程连接报错:SQL Error (1130): Host '192.168.6.128' is not allowed to connect to this MySQL s