postgresql 9.6 安裝並配置遠端連線

來源:互聯網
上載者:User

標籤:sql   postgre   

版本postgresql9.6,CentOS_7,


650) this.width=650;" src="https://s1.51cto.com/wyfs02/M01/9C/3D/wKioL1lty8aAvhisAAETjfAxq9o595.png-wh_500x0-wm_3-wmp_4-s_2809053265.png" title="1.png" alt="wKioL1lty8aAvhisAAETjfAxq9o595.png-wh_50" />

1、使用yum安裝,安裝rpm源。

yum install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm


2、yum安裝

yum install postgresql96

yum install postgresql96-server


3、安裝並啟動

cd /usr/pgsql-9.6/bin

./postgresql96-setup initdb

systemctl start postgresql-9.6


4、配置遠端連線以及修改預設密碼

su postgres

psql

alter user postgres with password ‘123456‘;      #修改預設密碼


650) this.width=650;" src="https://s4.51cto.com/wyfs02/M00/9C/3D/wKiom1ltzhOx5oqXAABxQyaa25w706.png-wh_500x0-wm_3-wmp_4-s_1008737365.png" title="2.png" alt="wKiom1ltzhOx5oqXAABxQyaa25w706.png-wh_50" />


cd /var/lib/pgsql/9.6/data/

vim pg_hda.conf

修改下面的

# TYPE DATABASE USER CIDR-ADDRESS METHOD

host    all     all    0.0.0.0/0     md5       #允許任意ip訪問

vim postgresql.conf

修改

listen_addresses = ‘*‘        #監聽全部

(注意關閉防火牆或者開連接埠)





postgresql 9.6 安裝並配置遠端連線

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.