最近使用Navicat for MySQl访问远程mysql数据库,出现报错,显示“1130 - Host'xxx.xxx.xxx.xxx' is not allowed to connect to

    xiaoxiao2021-03-25  88

    1.cmd 进入mysql的bin目录下或者在开始中的Mysql窗口直接打开 2.mysql--->grant all PRIVILEGES on *.* to 'root'@'192.168.2.103' identified by '密码' WITH GRANT OPTION;
    转载请注明原文地址: https://ju.6miu.com/read-18729.html

    最新回复(0)