Skip to content

Instantly share code, notes, and snippets.

@romach
Created April 7, 2017 12:36
Show Gist options
  • Save romach/217bf996551cdc21a0f1b4368f1e415e to your computer and use it in GitHub Desktop.
Save romach/217bf996551cdc21a0f1b4368f1e415e to your computer and use it in GitHub Desktop.
Show all users permissions in MySql
select * from information_schema.user_privileges;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment