Skip to content

Instantly share code, notes, and snippets.

@luanvuhlu
Created June 16, 2017 03:09
Show Gist options
  • Save luanvuhlu/943d93bba311676b7742308dc63ad397 to your computer and use it in GitHub Desktop.
Save luanvuhlu/943d93bba311676b7742308dc63ad397 to your computer and use it in GitHub Desktop.
Allow remote MySQL
GRANT ALL PRIVILEGES ON *.* TO 'USERNAME'@'IP' IDENTIFIED BY 'PASSWORD';
FLUSH PRIVILEGES;
exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment