Skip to content

Instantly share code, notes, and snippets.

@tyrotinal
Created May 28, 2013 06:03
Show Gist options
  • Save tyrotinal/5660748 to your computer and use it in GitHub Desktop.
Save tyrotinal/5660748 to your computer and use it in GitHub Desktop.
mysql: grant privileges
grant all privileges on database_name.* to 'user_name'@'localhost' identified by 'password';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment