Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jamesstacyjones/1df990bdf424ac1e42779b149a009754 to your computer and use it in GitHub Desktop.
Save jamesstacyjones/1df990bdf424ac1e42779b149a009754 to your computer and use it in GitHub Desktop.
mysql set root@localhost with grant privileges
grant all privileges on *.* to root@localhost identified by 'the password' with grant option;
flush privileges;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment