В pg_hba.conf прописал:
Код: Выделить всё
local all all md5
host all all 127.0.0.1/32 md5
Код: Выделить всё
$conf['servers'][0]['host'] = 'localhost';
$conf['extra_login_security'] = false;
Модератор: terminus
Код: Выделить всё
local all all md5
host all all 127.0.0.1/32 md5
Код: Выделить всё
$conf['servers'][0]['host'] = 'localhost';
$conf['extra_login_security'] = false;
Код: Выделить всё
host user user 192.168.255.18/32 passowrd
Код: Выделить всё
listen_adresses = 'localhost, 192.168.255.17'
Код: Выделить всё
# IPv4 local connections:
host all all 127.0.0.1/32 password
host all all 192.168.2.1/24 password
Код: Выделить всё
home# cat postgresql.conf | grep listen
listen_addresses = '*' # what IP address(es) to listen on;
Код: Выделить всё
hostnossl user user 192.168.255.18/32 passowrd