swbzmx

1.安装源

yum install http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/pgdg-redhat95-9.5-2.noarch.rpm

 2.安装库

yum install postgresql95-server postgresql95-contrib

 3.初始化

/usr/pgsql-9.5/bin/postgresql95-setup initdb

 4.开机启动

systemctl enable postgresql-9.5.service

 5.启动

systemctl start postgresql-9.5.service

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-15
猜你喜欢
  • 2021-07-14
  • 2021-05-15
  • 2021-06-12
  • 2021-06-08
  • 2021-06-09
  • 2022-02-13
  • 2021-11-07
相关资源
相似解决方案