Postgres数据库没有密码 - 无法进入pgadmin

时间:2013-11-15 17:18:51

标签: ruby-on-rails ruby-on-rails-4 database-connection rails-postgresql pgadmin

我有一个使用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

0 个答案:

没有答案