pgadmin 無法串連 centos7 postgresql 問題

來源:互聯網
上載者:User

標籤:color   os   ar   sp   問題   log   ad   ef   bs   

首先 查看

1.用 ps -ef|grep postgres 查看進程是否已經啟動;正常情況如下:

postgres 1445 1 0 07:54 ? 00:00:00 /usr/bin/postgres -D /var/lib/pgsql/data -p 5432
postgres 1853 1445 0 07:54 ? 00:00:00 postgres: logger process
postgres 2075 1445 0 07:54 ? 00:00:00 postgres: checkpointer process
postgres 2076 1445 0 07:54 ? 00:00:00 postgres: writer process
postgres 2077 1445 0 07:54 ? 00:00:00 postgres: wal writer process
postgres 2078 1445 0 07:54 ? 00:00:00 postgres: autovacuum launcher process
postgres 2079 1445 0 07:54 ? 00:00:00 postgres: stats collector process
root 7135 3247 0 09:08 pts/0 00:00:00 grep --color=auto postgres

2.用netstat -tpnl|grep 5432查看連接埠是否被監聽;正常情況如下:

tcp 0 0 0.0.0.0:5432 0.0.0.0:* LISTEN 1445/postgres
tcp6 0 0 :::5432 :::* LISTEN 1445/postgres

3.用iptables -L -n|grep 5432查看連接埠是否被允許;正常情況如下:

ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:5432

可以用telnet host_ip 5432進行測試是否能串連。

只要上3步都正常pqAdmin就能夠串連。

 

pgadmin 無法串連 centos7 postgresql 問題

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.