输入banner图图片脚本导航/分类

psql的安装

一、安装psql

yum install postgresql-server postgresql-contrib postgresql-devel postgresql postgresql-libs

service postgresql initdb

systemctl start postgresql

二、配置远程访问

vi /var/lib/pgsql/data/postgresql.conf       listen_addresses = ‘*‘

vi /var/lib/pgsql/data/pg_hba.conf   host    all             all             0.0.0.0/0               trust

技术图片

psql的安装

标签:yum   lis   image   var   bsp   psql   hba   sys   mct