Re: I can't connect to phpPgAdmin - Mailing list pgsql-admin

From aris_it@csahome.com
Subject Re: I can't connect to phpPgAdmin
Date
Msg-id 20030321095243.1822.qmail@mx.csahome.com
Whole thread Raw
In response to I can't connect to phpPgAdmin  ("Devi Munandar" <devi@informatika.lipi.go.id>)
List pgsql-admin
Can you give some more information about your pg_hba.conf and your
postgresql.conf. First  try with user=root and password=
and if it doesn't work please check your postgresql.conf and make sure the
tcpip socket =true. And check also your pg_hba.conf and make sure your ip
or
your network in there. I mean if you use phpPgAdmin in the different
machine.


Type  database        user    ip address      ip-mask         methode
loca    all                     all     192.168.0.0   255.255.255.0
trust

make sure -h options works too.....
it-psql# psql -h192.168.0.1 -Upostgres template1

if -h option works your server works also with tcp/ip protocol to connect
with client.

Best reagards

Aris Wendy

pgsql-admin by date:

Previous
From: er
Date:
Subject: Re: SQL question
Next
From: "Gaetano Mendola"
Date:
Subject: Index not used on a DISTINCT ON