Skip to content

Instantly share code, notes, and snippets.

@zachbrowne
Created April 8, 2013 19:26
Show Gist options
  • Save zachbrowne/5339709 to your computer and use it in GitHub Desktop.
Save zachbrowne/5339709 to your computer and use it in GitHub Desktop.
Add External Host to MySQL Database
GRANT ALL ON DATABASE.* TO USER@'IP_ADDRESS' IDENTIFIED BY 'PASSWORD';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment