Created
April 13, 2013 12:37
-
-
Save huydx/5378245 to your computer and use it in GitHub Desktop.
sql create new user with pw
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 *.* TO 'usrname'@'localhost' IDENTIFIED BY 'pw' WITH GRANT OPTION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment