Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Created December 14, 2014 01:49
Show Gist options
  • Save bouassaba/85993093bca9f432c069 to your computer and use it in GitHub Desktop.
Save bouassaba/85993093bca9f432c069 to your computer and use it in GitHub Desktop.
Ubuntu mysql allow remote access
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment