Skip to content

Instantly share code, notes, and snippets.

@gabrieledarrigo
Created January 22, 2014 11:55
Show Gist options
  • Save gabrieledarrigo/8557476 to your computer and use it in GitHub Desktop.
Save gabrieledarrigo/8557476 to your computer and use it in GitHub Desktop.
Select all mysql USER
SELECT user, host
FROM mysql.user;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment