GRANT 权限例子

grant select,update on * to phplamp@localhost identified by '1234'; 

GRANT GRANT OPTION ON *.*  TO root@computername.testgroup.ad;
GRANT ALL PRIVILEGES ON *.* TO root@computername.testgroup.ad;

 

posted @ 2013-03-07 11:42  迷路dê流氓  阅读(99)  评论(0)    收藏  举报