mysql赋权

grant all privileges on *.* to root@'%' identified by 'stone';       给root用户在任何地址登录

flush privileges ; 

posted @ 2016-05-11 10:00  maxomnis  阅读(135)  评论(0)    收藏  举报