解决阿里云上mysql不能连接,报错
Host '1.85.61.51' is not allowed to connect to this MySQL server
解决方法:
运行mysql
grant all privileges on *.* to 'root'@'1.85.61.121' identified by 'root' with grant option;
flush privileges
解决阿里云上mysql不能连接,报错
Host '1.85.61.51' is not allowed to connect to this MySQL server
解决方法:
运行mysql
grant all privileges on *.* to 'root'@'1.85.61.121' identified by 'root' with grant option;
flush privileges