Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@LinguistMB
Created November 3, 2017 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LinguistMB/00ec0b0e36a086e3f2897a0670fd9ca2 to your computer and use it in GitHub Desktop.
Save LinguistMB/00ec0b0e36a086e3f2897a0670fd9ca2 to your computer and use it in GitHub Desktop.
mysql>GRANT ALL PRIVILEGES ON example_database.* TO 'username'@'localhost';
mysql>FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment