Skip to content

Instantly share code, notes, and snippets.

@kennonb
Created February 7, 2014 22:54

Revisions

  1. kennonb revised this gist Feb 7, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions change_bind_address.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # sudo nano /etc/mysql/my.cnf change:
    bind-address = 0.0.0.0
  2. kennonb created this gist Feb 7, 2014.
    2 changes: 2 additions & 0 deletions vagrant_remote_mysql_access.sql
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '';
    FLUSH PRIVILEGES;"