mysql给其他用户权限访问我的数据库

 

先执行这条语句,给用户权限

         grant all privileges on *.* to root@"221.221.185.23" identified by "gyrgyr";

再执行这行,刷新权限
         flush privileges;

posted @ 2016-11-17 16:12  戈丫汝  阅读(842)  评论(0编辑  收藏  举报