首页 > 代码库 > Postgres SQL在线安装
Postgres SQL在线安装
背景:CentOS 7
一、在线yum安装
1 yum -y install https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-7-x86_64/pgdg-centos95-9.5-2.noarch.rpm 2 yum -y install postgresql95-server stgresql95-odbc postgresql95-devel
二、初始化数据库
/usr/pgsql-9.5/bin/postgresql95-setup initdb
三、配置环境变量
1 export PKG_CONFIG_PATH=/usr/pgsql-9.5/lib/pkgconfig 2 export PATH=/usr/pgsql-9.5/bin:$PATH
四、添加开机启动
systemctl enable postgresql-9.5.service
五、启动服务
systemctl start postgresql-9.5.service
Postgres SQL在线安装
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。