Skip to content

Instantly share code, notes, and snippets.

@kyberorg
Created July 24, 2020 12:53
Show Gist options
  • Save kyberorg/fb4df07048539e83fc87fc8e0314cbb6 to your computer and use it in GitHub Desktop.
Save kyberorg/fb4df07048539e83fc87fc8e0314cbb6 to your computer and use it in GitHub Desktop.
MySQL Grant
GRANT ALL PRIVILEGES ON *.* TO 'toor'@'10.x.x.x' 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