Skip to content

Instantly share code, notes, and snippets.

@jarontai
Created April 29, 2014 09:28
Show Gist options
  • Save jarontai/11395184 to your computer and use it in GitHub Desktop.
Save jarontai/11395184 to your computer and use it in GitHub Desktop.
postgre sql osx connect problem
Here is the fix, more info here:
https://github.com/mxcl/homebrew/issues/5004
First, stop the db, then
cd /var
rm -r pgsql_socket
ln -s /tmp pgsql_socket
chown _postgres:_postgres pgsql_socket
restart, finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment