Guest User

Untitled

a guest
Jun 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. select count(*) as grants, grantee from information_schema.user_privileges group_by grantee having grants >= 28;
  2.  
  3. select * from information_schema.user_privileges;
Add Comment
Please, Sign In to add comment