帮助中心 >  技术知识库 >  云服务器 >  服务器教程 >  windows链接liunx下的mysql 提示 "host is not allowed to conntect to this mysql server "

windows链接liunx下的mysql 提示 "host is not allowed to conntect to this mysql server "

2018-07-13 16:10:44 7756

我们需要登陆到数据库,进行以下操作:

update mysql.user set host='%' where host ='localhost';
grant all prileges on *.* TO root@'%';
flush privileges;

这样就可以正常连接数据库了。

提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: