Skip to content

Instantly share code, notes, and snippets.

@StanBoyet
Created January 29, 2015 10:05
Show Gist options
  • Save StanBoyet/cbb09368122d585b3175 to your computer and use it in GitHub Desktop.
Save StanBoyet/cbb09368122d585b3175 to your computer and use it in GitHub Desktop.

$ psql psql: could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

Solved by :

rm /usr/local/var/postgres/postmaster.pid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment