On Fri, Jun 07, 2002 at 10:47:33PM +0700, virGohan wrote: > Dear admin, > > Langsung saja ya, saya coba pake RH 72. tapi waktu > mengakses PostgeSQL ada message erorr : > > [user1@robocop user1]$ psql -h localhost template1 postgres > psql: connectDBStart() -- connect() failed: Connection > refused > Is the postmaster running (with -i) at 'localhost' > and accepting connections on TCP/IP port 5432? > > tetapi jika tidak pakai option -h bisa jalan : > > [user1@robocop user1]$ psql template1 postgres > Welcome to psql, the PostgreSQL interactive terminal. > > Type: \copyright for distribution terms > \h for help with SQL commands > \? for help on internal slash commands > \g or terminate with semicolon to execute query > \q to quit > > template1=# > > > padahal di RH 71 ngak ada masalah, kenapa ya ?
postmasternya dah jalan pake option -i belom ? berikut contekan dari pg_hba.conf If you want to allow non-local connections, you will need to add more "host" records (and don't forget to start the postmaster with "-i"!). wassalaam. :-) -- http://3508114583/~bramsi ICQ# 116944677 -- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3

