Created
October 20, 2018 12:23
-
-
Save qsLI/9a54d67a18dd46a5b5230d1fc29b6125 to your computer and use it in GitHub Desktop.
grant ip access #mysql #grant
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 'ztpms_user'@'12.97.103.46' IDENTIFIED BY 'xxxxxpassword' WITH GRANT OPTION; | |
flush privileges; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment