Skip to content

Instantly share code, notes, and snippets.

@mzahir
Created October 23, 2013 14:11
Show Gist options
  • Save mzahir/7119523 to your computer and use it in GitHub Desktop.
Save mzahir/7119523 to your computer and use it in GitHub Desktop.
Postgres.app on OS X Maverick
sudo mkdir /var/pgsql_socket
chown $USER:staff /var/pgsql_socket
ln -s /tmp/.s.PGSQL.5432 /var/pgsql_socket/.s.PGSQL.5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment