Ga bs akses phppgadmin dari luar? coba ini
ganti password
ALTER USER postgres ENCRYPTED password 'postgres';
edit pg_hba.conf
ksh comment baris ini
#local all all ident sameuser
tambahain baris ini
local all postgres ident sameuser
local all all password
ganti password
ALTER USER postgres ENCRYPTED password 'postgres';
edit pg_hba.conf
ksh comment baris ini
#local all all ident sameuser
tambahain baris ini
local all postgres ident sameuser
local all all password
Post a Comment for "Howto access phppgadmin using postgres account"