gpt4 book ai didi

ruby-on-rails - rails 应用程序使用 postgresql 显示 PG::Error

转载 作者:行者123 更新时间:2023-11-29 12:06:27 26 4
gpt4 key购买 nike

我刚刚使用

开始了一个新的 Rails 应用程序
rails new myapp --database=postgresql

然后我生成一些静态页面:

rails g controller StaticPages home about

当我启动服务器并访问 localhost:3000/static_pages/home 时,出现 PG::Error:

PG::Error

could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?

我没有改变任何东西

知道如何让 postgresql 工作吗?

最佳答案

看起来你的 postgres 服务器没有运行。你启动了吗?如果您检查您的系统进程,您是否看到 postgres 守护进程正在运行?

如果您正在尝试使用 rails + postgres,我建议您查看 this great video by Pete Cooper.

关于ruby-on-rails - rails 应用程序使用 postgresql 显示 PG::Error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10132862/

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