Skip to content

Instantly share code, notes, and snippets.

@kennonb
Created February 7, 2014 22:54
Show Gist options
  • Save kennonb/8873665 to your computer and use it in GitHub Desktop.
Save kennonb/8873665 to your computer and use it in GitHub Desktop.
Allow external access to MySQL from Vagrant
# sudo nano /etc/mysql/my.cnf change:
bind-address = 0.0.0.0
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '';
FLUSH PRIVILEGES;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment