navicat访问MySQL报错如下:

1130 is not allowed to connect to this MySql server

解决办法:命令赋予用户权限

grant all privileges on *.* to root@"%" identified by "123456"; 

刷新权限

flush privileges; 

 

posted on 2022-05-23 12:49  周文豪  阅读(408)  评论(0编辑  收藏  举报