运维网's Archiver
论坛
›
MySQL运维
› 授权方式解决Host '192.168.1.180' is not allowed to connect to this MySQL server
xiaui520
发表于 2016-10-20 07:31:35
授权方式解决Host '192.168.1.180' is not allowed to connect to this MySQL server
授权方式解决Host '192.168.1.180' is not allowed to connect to this MySQL server
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION
页:
[1]
查看完整版本:
授权方式解决Host '192.168.1.180' is not allowed to connect to this MySQL server