zoukankan      html  css  js  c++  java
  • centos7 在线安装postgresql9.5

    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
    
  • 相关阅读:
    软链接
    yum
    vm
    tengine
    创智LIUNX
    作业11
    作业10
    作业9
    作业8
    作业7
  • 原文地址:https://www.cnblogs.com/swbzmx/p/5998389.html
Copyright © 2011-2022 走看看