中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CentOS 7.5 1804 yum 安裝 Postgre

發布時間:2020-02-14 11:07:31 來源:網絡 閱讀:835 作者:chymingyan 欄目:數據庫

一、準備工作:
1.postgresql官網:https://www.postgresql.org
2.下載頁面:https://www.postgresql.org/download/
3.Red Hat家族Linux(包括CentOS/Fedora/Scientific/Oracle)下載頁面:https://www.postgresql.org/download/linux/redhat/
4.本文使用系統為:centos 7.5 1804
5.可以使用一下網址找到對應的postgresql yum安裝版本 頁面:
https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgdg-centos11-11-2.noarch.rpm
二、系統執行命令:
1.yum install -y https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgdg-centos11-11-2.noarch.rpm

  1. yum -y install postgresql11
  2. yum -y install postgresql11-server
  3. /usr/pgsql-11/bin/postgresql-11-setup initdb
  4. systemctl enable postgresql-11
  5. systemctl start postgresql-11
    三、開通PostgreSQL端口(如果防火墻關閉可以忽略此步驟)
  6. firewall-cmd --zone=public --add-port=5432/tcp --permanent
  7. firewall-cmd --reload
  8. firewall-cmd --list-ports
    四、設置postgres的密碼
    Last login: Fri Jul 19 17:13:49 CST 2019 on pts/0
    -bash-4.2$ psql -U postgres
    psql (11.4)
    Type "help" for help.

postgres=# ALTER USER postgres with encrypted password 'welcome1';
ALTER ROLE
postgres=# \q
-bash-4.2$ exit
logout
五、設置遠程訪問
命令:
vim /var/lib/pgsql/11/data/postgresql.conf
打開后找到:listen_addresses修改為:
listen_addresses = ''
要監聽的IP地址;以逗號分隔的地址列表;默認為'localhost';對所有人使用'
'。修改完畢后保存關閉。

命令:
vim /var/lib/pgsql/11/data/pg_hba.conf
打開后文本新增內容如下:
host all all 0.0.0.0/0 md5
修改完成后保存關閉編輯。

六。重啟postgres 數據庫
systemctl restart postgresql-11

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

嘉义县| 襄汾县| 神农架林区| 收藏| 来凤县| 普陀区| 天全县| 丁青县| 义马市| 萨迦县| 阳信县| 和硕县| 汾阳市| 南丰县| 罗城| 奉贤区| 嵊州市| 岱山县| 南召县| 慈利县| 山阳县| 宜州市| 米易县| 宜城市| 潞西市| 黎城县| 云龙县| 京山县| 肇源县| 包头市| 自治县| 芦溪县| 普格县| 仪征市| 施秉县| 赞皇县| 旺苍县| 岫岩| 平邑县| 延长县| 金门县|