Skip to content

Instantly share code, notes, and snippets.

@spidersea
Created December 24, 2013 08:48
Show Gist options
  • Save spidersea/8110516 to your computer and use it in GitHub Desktop.
Save spidersea/8110516 to your computer and use it in GitHub Desktop.
grant all on *.* to 'root'@'192.168.1.%' identified by '123456';
grant all on *.* to 'root'@'localhost' identified by '123456';
grant all on *.* to 'root'@'127.0.0.1' identified by '123456';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment