咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

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

2018-07-13 16:10:44 11086次

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

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

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

首页
最新活动
个人中心