Created
April 29, 2014 09:28
-
-
Save jarontai/11395184 to your computer and use it in GitHub Desktop.
postgre sql osx connect problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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