91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

測試postgresql集群

發布時間:2020-06-04 14:05:07 來源:網絡 閱讀:3749 作者:Chrisu 欄目:數據庫

一、yum安裝pgsql10
二、


一、yum安裝pgsql10

  1. 先安裝pgsql
    環境centos 7 64位
    數據庫:pg10dev
    參考網址:
    http://blog.csdn.net/silenceray/article/details/70577610

創建用戶

[root@localhost ~]#useradd postgres

配置你的yum存儲庫

[root@localhost ~]# vim /etc/yum.repos.d/CentOS-Base.repo
[base] 和[updates] 區段之間添加:
exclude=postgresql*

安裝pg的rpm文件

[root@localhost ~]# yum localinstall https://download.postgresql.org/pub/repos/yum/testing/10/redhat/rhel-7-x86_64/pgdg-centos10-10-1.noarch.rpm

安裝pg數據庫
[root@localhost ~]# yum list postgresql*

[root@localhost ~]# yum install postgresql10-server.x86_64
[root@localhost ~]# mkdir postgres /var/lib/pgsql/10/data
初始化數據庫
[root@localhost ~]# /usr/pgsql-10/bin/postgresql10-setup initdb
Initializing database ... OK

[root@localhost ~]# su - postgres

[postgres@localhost ~]$ /usr/pgsql-10/bin/pg_ctl -D /var/lib/pgsql/10/data start

[postgres@localhost ~]$ /usr/pgsql-10/bin/psql -p 5432
psql (10devel)
輸入 "help" 來獲取幫助信息.

postgres=#

安裝完成!

  1. 配置pgsql,使客戶端能訪問
    2.1 改密碼
    (1)su postgres
    (2) psql -U postgres -p5433
    (3)alter user postgres with password 'postgres' ;

2.2 修改配置文件,允許遠程登陸。
和pg_hba.conf一個目錄下的,postgresql.conf,

    listen_addresses = 'localhost' ,改成listen_addresses = '*'

2.3 修改端口
測試postgresql集群

向AI問一下細節

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

AI

保德县| 卓尼县| 鸡泽县| 海口市| 且末县| 比如县| 静安区| 鲁甸县| 文成县| 城口县| 娄底市| 平泉县| 海盐县| 济南市| 龙里县| 元朗区| 星座| 北宁市| 上饶市| 永川市| 镇原县| 万年县| 南昌市| 永嘉县| 大安市| 桦川县| 乌拉特中旗| 库伦旗| 盘锦市| 明星| 牟定县| 德州市| 平遥县| 三河市| 石阡县| 泌阳县| 周宁县| 蒲江县| 长岭县| 临泽县| 德惠市|