小编Lon*_*Wan的帖子

heroku pg:psql不起作用

我试图通过运行命令“ heroku pg:psql”连接到我在heroku上的应用程序的Postgres数据库,并收到以下错误消息:

psql: could not connect to server: Connection timed out (0x0000274C/10060)
    Is the server running on host "URL.com"(IP address)  and accepting
    TCP/IP connections on port 5432?
Run Code Online (Sandbox Code Playgroud)

我也尝试使用Pgadmin连接并得到错误:

Server doesn't listen. Is the server running on host "URL.com" (IP address) and accepting
    TCP/IP connections on port 5432?
Run Code Online (Sandbox Code Playgroud)

谁能告诉我如何解决这些错误并正确连接到我的数据库。提前致谢!

heroku

5
推荐指数
1
解决办法
2934
查看次数

标签 统计

heroku ×1