我有一个使用postgres的rails应用程序。当我制作应用程序时,我从未创建过密码。在我的database.yml文件中,未列出任何密码。我的应用程序工作,但我正在尝试使用pg_admin连接到数据库,所以我可以看到表。当我尝试连接时,我得到以下内容:
Server doesn't listen
The server doesn't accept connections: the connection library reports
could not connect to server: Connection refused Is the server running on host
"localhost" (::1) and accepting TCP/IP connections on port 3000?
我该如何解决这个问题?如果有帮助,这里是我的database.yml文件中的代码用于开发:
development:
adapter: postgresql
encoding: unicode
database: supersmart_dev
pool: 5
username: postgres
host: localhost