远程连接MySql分配ip权限

mysql -uroot -p密码

grant all privileges on *.* to 'IP地址' identified by '密码' with grant option;

flush privileges;

posted @ 2017-11-10 13:18  dune.F  阅读(173)  评论(0编辑  收藏  举报