資料庫PostgreSQL安裝

來源:互聯網
上載者:User

標籤:

首先,安裝相關的依賴庫:

1)GNU make

要求有GNU make,版本要大於等於3.76.1,檢查gmake的方法下:
gmake --version

安裝命令:

yum -y install make

2)zlib

PostgreSQL預設使用zlib壓縮庫

安裝命令:

yum -y install zlib-devel

3)gcc

由於編譯器要求是相容ISO/ANSI C的編譯器,遵從C89標準。

安裝命令:

yum -y install gcc

4)GNU Readline

PostgreSQL預設是使用GNU Readline庫支援在psql的命令列中可以使用游標鍵(↑↓)翻出曆史命令。

安裝命令:

yum -y install readline-devel

其次是資料庫的安裝過程:

1、安裝postgresql
yum -y install postgresql
yum -y install postgresql-server
yum -y install python-psycopg2
3、資料庫初始化
service postgresql initdb
4、資料庫參數配置
在/var/lib/pgsql/data/pg_hba.conf中,將預設驗證方法ident修改為trust(註:修改local/IPv4/IPv6三項)
5、啟動資料庫
service postgresql start
6、開機自啟動
chkconfig --add postgresql

最後,建議執行

service postgresql restart

資料庫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.