Skip to content

Instantly share code, notes, and snippets.

@duan-li
Created October 3, 2015 01:55
Show Gist options
  • Save duan-li/d210ea00ece9fe8a847a to your computer and use it in GitHub Desktop.
Save duan-li/d210ea00ece9fe8a847a to your computer and use it in GitHub Desktop.
Enable Remote Access To MySQL Database
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'dbpassword' WITH GRANT OPTION;
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment