在 mysql.user 表中,将用户的 host 字段值修改为 %
update mysql.user set host = '%' where user = 'test';
flush privileges;
在 mysql.user 表中,将用户的 host 字段值修改为 %
update mysql.user set host = '%' where user = 'test';
flush privileges;
本文标题:Mysql Error:Host 'xxx' is not al
本文链接:https://www.haomeiwen.com/subject/mcspwqtx.html
网友评论