Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgresql allow remote connection

Edit postgresql.conf file:
...
listen_addresses = '*'

Edit pg_hba.conf file:
...
host all all 0.0.0.0/0 md5
Source by www.netiq.com #
 
PREVIOUS NEXT
Tagged: #postgresql #remote #connection
ADD COMMENT
Topic
Name
9+4 =