当前位置:Gxlcms > 数据库问题 > 安装postgresql

安装postgresql

时间:2021-07-01 10:21:17 帮助过:14人阅读

安装postgresql

yum install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-centos96-9.6-3.noarch.rpm

yum install postgresql96
## Optionally install the server packages:
yum install postgresql96-server
## Optionally initialize the database and enable automatic start:
service postgresql-9.6 initdb
chkconfig postgresql-9.6 on   #开机启动
service postgresql-9.6 start

  

安装postgresql

标签:http   post   tomat   itdb   pack   tab   ati   yum   gpo   

人气教程排行