###前提・実現したいこと
サーバにインストールしたpostgresql8.3.23をpgadmin1.8で操作したい
###発生している問題・エラーメッセージ
Server doesn't listen The server doesn't accept connections: the connection library reports could not connect to server: Connection timed out (0x0000274C/10060) Is the server running on host "xxx.xxx.xxx.xxx" and accepting TCP/IP connections on port 5432?
###試したこと
・iptablesに"-A INPUT -m state --state NEW -m tcp -p tcp --dport 5432 -j ACCEPT"を追加
・postgresql.confを"listen_addresses = '*'"、"port 5432"に編集(#外し)
・pg_hba.confに"host all all 0.0.0.0/0 trust"の記述を追加
・上記編集後にserviceを再起動
###補足情報(言語/FW/ツール等のバージョンなど)
サーバはCentOS6.6 x86_64
postgresqlは8.3.23を使用
クライアントで使用しているpgadminは1.8
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/04/12 04:03