gpt4 book ai didi

macos - Mac OS 优胜美地 PostgreSQL

转载 作者:行者123 更新时间:2023-11-29 11:52:17 25 4
gpt4 key购买 nike

我刚刚更新到 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 与自制软件的链接并重新安装,但我不知道它是否会起作用。

最佳答案

只需取消链接 postgreSQL

brew unlink postgresql

然后

xcode-select --install

最后

brew install postgresql

brew install openssl

但是 rails server 没有工作所以:

rvm get stable

查看哪个是我的 current_ruby

rvm list

sudo rvm uninstall <current_ruby>

rvm install <current_ruby>

现在创建初始化一个postgredb

initdb /usr/local/var/postgres9.3.5

然后启动你的服务器

pg_ctl -D /usr/local/var/postgres9.3.5 -l logfile start

大功告成。

关于macos - Mac OS 优胜美地 PostgreSQL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26434021/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com