Skip to content

Instantly share code, notes, and snippets.

@huydx
Created April 13, 2013 12:37
Show Gist options
  • Save huydx/5378245 to your computer and use it in GitHub Desktop.
Save huydx/5378245 to your computer and use it in GitHub Desktop.
sql create new user with pw
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