我使用的是
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
并启动输出服务器,但连接到psql时仍然会收到相同的错误。
你有我的另一个postgres运行的实例,这是唯一的应用程序感兴趣的这个端口。您应该使用netstat和ps来确定这一点。然后停止实例并卸载它,您可以安装enterpiseDb,就是我所做的。
原文链接:https://www.f2er.com/postgresql/193278.html