時間:2024-02-05 11:03作者:下載吧人氣:15
Postgresql我通過百度已經(jīng)將pg_hba.conf和postgresql.conf文件設(shè)置好(網(wǎng)上bd一大堆)
# TYPE DATABASE USER ADDRESS METHOD
host all all 0.0.0.0/0 trust
# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 0.0.0.0/0 trust
# IPv6 local connections:
host all all ::1/128 md5
# Allow replication connections from localhost, by a user with the
# replication privilege.
host replication all 127.0.0.1/32 md5
host replication all ::1/128 md5
網(wǎng)友評論