Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

managing user accounts

Status
Not open for further replies.

bobbybobbertson

Programmer
Nov 9, 2001
119
US
I know there are GRANT and REVOKE statements, but is there a statement to show all the current privelages a user has?
 
there is the "SHOW GRANTS FOR user" command
 
IS there a way to SHOW all users with privileges?

something like:

SHOW GRANTS FOR *;
or
SHOW GRANTS FOR ALL;
this syntax, of course, returns an error.

thanks in advance [thumbsup2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top