Posts Tagged ‘postgresql.conf’
postgresql.conf dosyasının içerisindeki
listen_addresses =
satırını bulun ve satırı şu hale getirin
listen_addresses = '*'
Aşağıdaki satırı pg_hba.conf dosyasının sonuna ekleyin
host all all 192.168.0.0/24 md5
son olarak servisi restart edin
/etc/init.d/postgresql-8.3 restart
Tags: listen_addresses, pg_hba.conf, postgresql, postgresql.conf