Skip to content

Instantly share code, notes, and snippets.

@decebal
Created October 17, 2012 13:59
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save decebal/3905649 to your computer and use it in GitHub Desktop.
GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' WITH GRANT OPTION;
@decebal
Copy link
Author

decebal commented Oct 17, 2012

GRANT ALL PRIVILEGES ON db_symfony.* TO 'usymfony'@'localhost' IDENTIFIED BY 'TempPass1234' WITH GRANT OPTION;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment