Created
June 16, 2017 03:09
-
-
Save luanvuhlu/943d93bba311676b7742308dc63ad397 to your computer and use it in GitHub Desktop.
Allow remote MySQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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