Why am I getting a could not connect to server error for postgres in Mac OS Lion?

佐手、 提交于 2019-12-03 20:31:20

First thing to try:

psql -h localhost

It may be that the client and server are trying to use different file locations for the UNIX domain socket. You can avoid this by connecting over tcp/ip.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!