欧美一区二区三区,国内熟女精品熟女A片视频小说,日本av网,小鲜肉男男GAY做受XXX网站

如何解決無法遠程登入MySQL的問題

榮姿康2年前23瀏覽0評論

如何解決無法遠程登入MySQL的問題?

“notallowedtoconnecttothisMySQLserver”說明你的遠程MySQL不允許你登陸

進入遠程服務器登陸mysql,

mysql>grantallprivilegeson*.*to'root'@'%'identifiedby"youpassword";

或者

mysql>grantallprivilegeson*.*to'root'@'192.168.25.1'identifiedby"youpassword";