Skip to content

Instantly share code, notes, and snippets.

@niallmerrigan
Created September 26, 2017 07:50
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 niallmerrigan/b65d527a41790f2510dc75bd51bf746a to your computer and use it in GitHub Desktop.
Save niallmerrigan/b65d527a41790f2510dc75bd51bf746a to your computer and use it in GitHub Desktop.
mysql -u root -p
GRANT ALL PRIVILEGES ON *.* TO 'admin'@'localhost' IDENTIFIED BY 'password';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment