我正在使用http://postgresapp.com。在菜单栏中,它给出错误“无法在端口 5432 上启动”。同样,如果我尝试从终端启动服务器,我会得到:
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"?
我也运行pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start
并获得了输出server starting
,但在连接到 psql 时仍然出现相同的错误。