1.use mysql 2.mysql->update user set host = ‘%‘ where user = ‘root‘ 3.flush privileges 4.
use mysql
mysql->update user set host = ‘%‘ where user = ‘root‘
flush privileges
Navicate 远程连接Mysql数据库
原文:https://www.cnblogs.com/wfszmg/p/13529752.html