Mac OSX Lion Postgres does not accept connections on /tmp/.s.PGSQL.5432

前端 未结 6 1926
无人共我
无人共我 2021-02-06 04:23

I\'m getting a common Mac OSX error for Homebrew installations of Postgres,

No such file or directory
Is the server running locally and accepting
connections on          


        
6条回答
  •  难免孤独
    2021-02-06 05:01

    You need to remove the postmaster.pid, which should be in the following path: /usr/local/var/postgres/postmaster.pid

提交回复
热议问题