Skip to content

Instantly share code, notes, and snippets.

@adamv
Created August 4, 2009 21:23
Show Gist options
  • Save adamv/161571 to your computer and use it in GitHub Desktop.
Save adamv/161571 to your computer and use it in GitHub Desktop.
Give all permissions in MySql
GRANT ALL on *.* to root@'%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment