Skip to content

Instantly share code, notes, and snippets.

@italoveloso
Created March 28, 2014 19:29
Show Gist options
  • Save italoveloso/9841080 to your computer and use it in GitHub Desktop.
Save italoveloso/9841080 to your computer and use it in GitHub Desktop.
enable remove access mysql
GRANT ALL PRIVILEGES ON *.* TO 'USERNAME'@'%' IDENTIFIED BY 'PASSWORD' WITH GRANT OPTION;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment