MySQL ERROR 1130 (HY000): Host '192.168.1.8' is not allowed to connect to this MySQL server

时间:2023-03-09 15:10:57
MySQL ERROR 1130 (HY000): Host '192.168.1.8' is not allowed to connect to this MySQL server

GRANT ALL PRIVILEGES ON *.* TO 'root'@'192.168.1.8' IDENTIFIED BY 'www.linuxidc.com' WITH GRANT OPTION; // 给某个服务器赋予权限