Created
November 1, 2013 03:33
-
-
Save andrezrv/7260635 to your computer and use it in GitHub Desktop.
Create a new MySQL user and grant all privileges.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GRANT ALL PRIVILEGES ON %DB_NAME%.* TO %DB_USER%@%DB_HOST% IDENTIFIED BY '%DB_PASSWORD%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment