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

溫馨提示×

溫馨提示×

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

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

centos 6.8安裝postgresql9.6.9實戰

發布時間:2020-06-05 21:18:03 來源:網絡 閱讀:4771 作者:jxzhfei 欄目:數據庫

centos 6.8安裝postgresql9.6.9實戰

一、安裝前準備

系統:centos 6.8

服務器IP:192.168.1.211

修改SELINUX=disabled

vi /etc/selinux/config

centos 6.8安裝postgresql9.6.9實戰centos 6.8安裝postgresql9.6.9實戰

關閉防火墻或者把5432端口允許開放

/etc/init.d/iptables stop

chkconfig iptables off

二、部署postgresql環境

2.1 安裝依賴包

yum -y install gcc* readline-devel wget

2.2創建用戶設置密碼

adduser postgres

passwd postgres

2.3下載postgresql安裝

wget https://ftp.postgresql.org/pub/source/v9.6.9/postgresql-9.6.9.tar.gz

tar zxvf postgresql-9.6.9.tar.gz

cd postgresql-9.6.9

./configure --prefix=/home/postgres/pgsql

gmake

gmake install

2.4 設置環境變量

vi /etc/profile

到最后行下面添加

###postgresql

PATH=$PATH:$HOME/bin:/home/postgres/pgsql/bin

環境生效

source /etc/profile

2.5創建數據目錄賦權

mkdir /home/postgres/pgsql/data

touch /home/postgres/pgsql/.pgsql_history

chown -R postgres:postgres /home/postgres/pgsql

2.6初始化數據庫

su - postgres

/home/postgres/pgsql/bin/initdb -D /home/postgres/pgsql/data

退出

exit

2.7修改啟動腳本

cp /root/postgresql-9.6.9/contrib/start-scripts/linux /etc/init.d/postgresql

vi /etc/init.d/postgresql

centos 6.8安裝postgresql9.6.9實戰centos 6.8安裝postgresql9.6.9實戰

保存退出

增加執行權限

chmod +x /etc/init.d/postgresql

啟動postgresql

/etc/init.d/postgresql start

2.8測試postgresql

su - postgres

[postgres@post01 ~]$ psql

psql (9.6.9)

Type "help" for help.

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)

postgres=# \q

創建數據庫名為ybdb

createdb  ybdb

centos 6.8安裝postgresql9.6.9實戰centos 6.8安裝postgresql9.6.9實戰

2.9 修改postgresql.conf

vi pgsql/data/postgresql.conf

centos 6.8安裝postgresql9.6.9實戰centos 6.8安裝postgresql9.6.9實戰

重啟postgresql

/etc/init.d/postgresql restart

2.10 增加用戶并賦權

create user ybdba WITH PASSWOD 'ybdba#2018';

GRANT ALL PRIVILEGES ON DATABASE ybdb TO ybdba;

centos 6.8安裝postgresql9.6.9實戰centos 6.8安裝postgresql9.6.9實戰

遠程登錄postgresql

centos 6.8安裝postgresql9.6.9實戰centos 6.8安裝postgresql9.6.9實戰

centos 6.8安裝postgresql9.6.9實戰

centos 6.8安裝postgresql9.6.9實戰centos 6.8安裝postgresql9.6.9實戰

centos 6.8安裝postgresql9.6.9實戰

出現以上圖錯誤 就修改ph_ha.conf

2.11 修改ph_ha.conf

注意:我的本地IP是192.168.1.79

vi  pgsql/data/pg_hba.conf

centos 6.8安裝postgresql9.6.9實戰centos 6.8安裝postgresql9.6.9實戰

用戶超級用戶運行SELECT pg_reload_conf();

centos 6.8安裝postgresql9.6.9實戰centos 6.8安裝postgresql9.6.9實戰

遠程登錄成功

centos 6.8安裝postgresql9.6.9實戰centos 6.8安裝postgresql9.6.9實戰


向AI問一下細節

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

AI

五指山市| 依安县| 南雄市| 沈阳市| 达尔| 长武县| 延庆县| 阿勒泰市| 贞丰县| 长乐市| 札达县| 万安县| 屯留县| 怀集县| 榆林市| 泗洪县| 砚山县| 桦川县| 西丰县| 兖州市| 谢通门县| 荣成市| 常熟市| 乐陵市| 健康| 巴林右旗| 宁乡县| 吉林省| 广河县| 陆丰市| 双鸭山市| 平邑县| 南乐县| 舞钢市| 伊宁市| 双桥区| 广丰县| 斗六市| 睢宁县| 夹江县| 崇礼县|