Skip to content

Instantly share code, notes, and snippets.

@beginor
Created April 22, 2016 05:43
Show Gist options
  • Select an option

  • Save beginor/e65fc98a8c580475e4b6a631648abd89 to your computer and use it in GitHub Desktop.

Select an option

Save beginor/e65fc98a8c580475e4b6a631648abd89 to your computer and use it in GitHub Desktop.
create user 'mysql'@'127.0.0.1' IDENTIFIED BY 'mysql123';
GRANT ALL PRIVILEGES ON *.* TO 'mysql'@'127.0.0.1' IDENTIFIED BY 'mysql123' WITH GRANT OPTION;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment