mysql容许远程登陆受权

update user set host = '%' where user = 'root'; grant all privileges  on *.* to root@'%' identified by "password";
相关文章
相关标签/搜索