Skip to content

Instantly share code, notes, and snippets.

@jacksontong
Created September 5, 2015 05:19
Show Gist options
  • Save jacksontong/dd730d8f4f4f9b2f209f to your computer and use it in GitHub Desktop.
Save jacksontong/dd730d8f4f4f9b2f209f to your computer and use it in GitHub Desktop.
grant access permission mysql
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment