正在运行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"?
我使用Homebrew安装了Postgres 9.3.3。
which psql
提供/usr/local/bin/psql
这似乎是一个常见问题。我非常抱歉再次提问,但我已经完成了至少十几个Q&在这里并且无法解决问题。我经历的一些帖子包括:
非常感谢, 贾斯汀
答案 0 :(得分:0)
您是否修改了postgresql.conf
以接受传入的TCP / IP连接?您应该取消注释listen_addresses
参数并将其设置为适当的子网掩码。然后在pg_hba.conf
中,您必须添加一行以启用通过TCP / IP连接到数据库。两个配置文件都在您的数据目录中(不知道它在OSX上的位置)。