postgresql在線安裝很簡(jiǎn)單,但是很多情況,服務(wù)器不能聯(lián)網(wǎng),需要離線安裝。下面是離線安裝的步驟:
網(wǎng)站建設(shè)哪家好,找成都創(chuàng)新互聯(lián)!專注于網(wǎng)頁設(shè)計(jì)、網(wǎng)站建設(shè)、微信開發(fā)、重慶小程序開發(fā)、集團(tuán)企業(yè)網(wǎng)站建設(shè)等服務(wù)項(xiàng)目。為回饋新老客戶創(chuàng)新互聯(lián)還提供了貢山免費(fèi)建站歡迎大家使用!1. 首先進(jìn)入官網(wǎng):
https://www.postgresql.org/
2. 點(diǎn)擊Download
3. 選擇需要的操作系統(tǒng)版本
4. 選擇需要的版本
5. 在能聯(lián)網(wǎng)的機(jī)器上下載yum源
yum install https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-6-x86_64/pgdg-centos95-9.5-3.noarch.rpm
6. 下載postgres軟件
yum search postgres
mkdir psql95
yum install --downloadonly --downloaddir=psql95 postgresql95 postgresql95-server
7. 查看下載的軟件包
# ls
postgresql95-9.5.13-1PGDG.rhel6.x86_64.rpm
postgresql95-libs-9.5.13-1PGDG.rhel6.x86_64.rpm
postgresql95-server-9.5.13-1PGDG.rhel6.x86_64.rpm
8. 打包并傳送到需要安裝的離線服務(wù)器上
# tar -zcvf pg.tar.gz *
postgresql95-9.5.13-1PGDG.rhel6.x86_64.rpm
postgresql95-libs-9.5.13-1PGDG.rhel6.x86_64.rpm
postgresql95-server-9.5.13-1PGDG.rhel6.x86_64.rpm
9. 在需要安裝端解壓,安裝
rpm -ivh postgresql95-*
10. 啟動(dòng)
# service postgresql-9.5 initdb
# service postgresql-9.5 start
# chkconfig postgresql-9.5 on
11. 連接postgres
su - postgres
psql
postgres=# \l List of databases Name | Owner | Encoding | Collate | Ctype | Access privileges -----------+----------+----------+-------------+-------------+----------------------- postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres + | | | | | postgres=CTc/postgres template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres + | | | | | postgres=CTc/postgres (3 rows)至此,離線安裝完成。
12. Postgresql 10版本,需要注意,安裝完成的數(shù)據(jù)庫,是不能遠(yuǎn)程訪問的,要做一些權(quán)限設(shè)置:
查找文件postgresql.conf
find / -name "postgresql.conf"
修改
listen_addresses項(xiàng)值設(shè)定為“*”
查找文件pg_hba.conf
find / -name "pg_hba.conf"
添加以下內(nèi)容
host all all 0.0.0.0/0 md5
13. 創(chuàng)建相應(yīng)的數(shù)據(jù)庫和用戶,就可以遠(yuǎn)程訪問了。
另外有需要云服務(wù)器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務(wù)器15元起步,三天無理由+7*72小時(shí)售后在線,公司持有idc許可證,提供“云服務(wù)器、裸金屬服務(wù)器、高防服務(wù)器、香港服務(wù)器、美國(guó)服務(wù)器、虛擬主機(jī)、免備案服務(wù)器”等云主機(jī)租用服務(wù)以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡(jiǎn)單易用、服務(wù)可用性高、性價(jià)比高”等特點(diǎn)與優(yōu)勢(shì),專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應(yīng)用場(chǎng)景需求。
網(wǎng)站題目:離線安裝PostgreSQL-創(chuàng)新互聯(lián)
URL鏈接:http://jinyejixie.com/article18/depggp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站維護(hù)、搜索引擎優(yōu)化、微信小程序、自適應(yīng)網(wǎng)站、網(wǎng)站導(dǎo)航、網(wǎng)站營(yíng)銷
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容