Skip to content

Instantly share code, notes, and snippets.

@qsLI
Created October 20, 2018 12:23
Show Gist options
  • Save qsLI/9a54d67a18dd46a5b5230d1fc29b6125 to your computer and use it in GitHub Desktop.
Save qsLI/9a54d67a18dd46a5b5230d1fc29b6125 to your computer and use it in GitHub Desktop.
grant ip access #mysql #grant
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