Skip to content

Instantly share code, notes, and snippets.

@Techmind
Created March 16, 2015 12:07
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 Techmind/b1f1b683e15e60d06919 to your computer and use it in GitHub Desktop.
Save Techmind/b1f1b683e15e60d06919 to your computer and use it in GitHub Desktop.
mysql -uroot -p123 -e "CREATE USER 'homestead'@'%' IDENTIFIED BY 'secret';"
mysql -uroot -p123 -e "GRANT ALL PRIVILEGES ON * . * TO 'homestead'@'%';"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment