问题: I'm setting up my PostgreSQL 9.1. 我正在设置我的PostgreSQL 9.1。 I can't do anything with PostgreSQL: can't createdb , can't createuser ; 我不能做任何事情的PostgreSQL:不能createdb ,不能cre......
方法一: 去PostgreSQL目录下/data/pgdata/9.4,找到pg_hba.conf, 修改pg_hba.conf的白名单IP (修改前,最好服务已停止,我是这么操作的) # IPv4 local connections:
#host all all 127.0.0.1/32 md5
host all all 192.168.100.166/32 trust
第三行表示,只允许一个IP 19...
PostgreSQL is a powerful object-relational database management system, provided under a flexible BSD-style license. PostgreSQL contains many advanced features, is very fast and standards compliant. It supports a large part of the SQL standard and is designed to be extensible by users in many aspe...