postgresql for linux

前端之家收集整理的这篇文章主要介绍了postgresql for linux前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

按下面顺序安装:

yum installhttp://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-redhat94-9.4-1.noarch.rpm

yum install postgresql94-server postgresql94-contrib

/usr/pgsql-9.4/bin/postgresql94-setup initdb

servicepostgresql-9.4start (启动数据库

默认配置文件在var/lib/pgsql/9.4 目录下

修改postgresql.conf listen_addresses = '*' "*"代表所有ip都可以

修改 pg_hba.conf 配置host all all 172.16.0.0/16 trust 表示所有172.16开头的ip都可以访问

原文链接:https://www.f2er.com/postgresql/195045.html

猜你在找的Postgre SQL相关文章