Skip to content

Instantly share code, notes, and snippets.

@kusakusakusa
Created April 7, 2015 16:08
Show Gist options
  • Save kusakusakusa/e604117a87273096e16a to your computer and use it in GitHub Desktop.
Save kusakusakusa/e604117a87273096e16a to your computer and use it in GitHub Desktop.
mysql
grant all privileges on mydb.* to myuser@'%' identified by 'mypasswd';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment