随身笔记
随身笔记

解决:ERROR 1130: Host xxx.xxx.xxx.xxx is not allowed to connect to this MySQL server

GRANT ALL PRIVILEGES ON *.* TO ‘root’@’%’ IDENTIFIED BY ‘密码’ WITH GRANT OPTION;
flush privileges;
重启

没有标签
首页      网络安全      解决:ERROR 1130: Host xxx.xxx.xxx.xxx is not allowed to connect to this MySQL server

随身笔记

解决:ERROR 1130: Host xxx.xxx.xxx.xxx is not allowed to connect to this MySQL server
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '密码' WITH GRANT OPTION; flush privileges; 重启
扫描二维码继续阅读
2017-11-09