MySQL如何让别人远程连接自己的数据库

grant all privileges on *.* to 'root'@'192.168.2.162' identified by 'root';

想让对方ip访问本机mysql需要把对方ip放进去

如何即可用sql连接工具进行连接

posted @ 2018-12-29 10:14  墨小枫233  阅读(3906)  评论(0编辑  收藏  举报