6

コマンド「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?

また、 Pgadminを使用して接続しようとしたところ、エラーが発生しました。

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

これらのエラーを修正してデータベースに正しく接続する方法を教えてください。前もって感謝します!

4

3 に答える 3

2

これを試して:

heroku pg:psql DATABASE_URL
于 2016-10-13T10:08:32.537 に答える