Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
Thursday, December 23, 2010
MySQL Revoke User
With REVOKE statement, you hope that some grants will be removed.
mysql> REVOKE insert ON *.* FROM 'luna'@'localhost';
Query OK, 0 rows affected (0.02 sec)
mysql> REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'luna'@'localhost';
Query OK, 0 rows affected (0.02 sec)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment