首页 > 数据库技术 > 详细

MySQL几条赋权语句

时间:2015-11-19 16:52:38      阅读:312      评论:0      收藏:0      [点我收藏+]

grant all PRIVILEGES on *.* to cheyooh_user@‘111.111.111.101‘ identified by ‘cheyooh_user‘;

grant all PRIVILEGES on cheyooh_user.* to cheyooh_user@‘111.111.111.100‘ identified by ‘cheyooh_user‘;

GRANT Select ON *.* TO reader@‘218.17.202.202‘  IDENTIFIED BY "password112";

grant all PRIVILEGES on *.* to kevin@‘218.17.202.202‘ IDENTIFIED BY ‘88888888‘;

grant select,reload,replication slave,replication client on *.* to nagios@‘127.0.0.1‘ identified  by "123456";

flush privileges;


grant all PRIVILEGES on cheyoh_ad.* to jerry@‘%‘ identified by ‘66666666‘;


MySQL几条赋权语句

原文:http://devin223.blog.51cto.com/10447310/1714672

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!