mysql

remote connect

#bind-address = 127.0.0.1

#skip-networking

grant all privileges on *.* to 'root'@'%' identified by 'xxx' with grant option;

flush privilegs;

posted on 2016-05-17 11:18  anjuncc  阅读(77)  评论(0)    收藏  举报

导航