亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

伊宁县| 紫云| 沁水县| 赫章县| 夹江县| 资源县| 南丰县| 东明县| 新平| 湘潭市| 吴堡县| 额济纳旗| 阿尔山市| 昌邑市| 兰溪市| 鹤峰县| 雷山县| 普兰县| 鲁甸县| 礼泉县| 日喀则市| 东光县| 福州市| 宁都县| 龙门县| 濮阳市| 额尔古纳市| 边坝县| 谷城县| 无棣县| 马边| 申扎县| 台山市| 政和县| 武山县| 仪陇县| 抚远县| 司法| 柏乡县| 余江县| 武隆县|