如何解決無法遠程登入MySQL的問題?
“notallowedtoconnecttothisMySQLserver”說明你的遠程MySQL不允許你登陸
進入遠程服務器登陸mysql,
mysql>grantallprivilegeson*.*to'root'@'%'identifiedby"youpassword";
或者
mysql>grantallprivilegeson*.*to'root'@'192.168.25.1'identifiedby"youpassword";
如何解決無法遠程登入MySQL的問題?
“notallowedtoconnecttothisMySQLserver”說明你的遠程MySQL不允許你登陸
進入遠程服務器登陸mysql,
mysql>grantallprivilegeson*.*to'root'@'%'identifiedby"youpassword";
或者
mysql>grantallprivilegeson*.*to'root'@'192.168.25.1'identifiedby"youpassword";