【发布时间】:2014-12-13 13:38:35
【问题描述】:
我刚刚更新到 Yosemite,我的 postgres 版本无法运行,我收到了来自 rails 的以下消息:
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
我正在尝试从自制软件中取消链接 postgreSQL 并重新安装,但我不知道它是否会工作。
【问题讨论】:
标签: macos postgresql ruby-on-rails-4 osx-yosemite