View Single Post

   
  #1 (permalink)  
Old 04-08-2008, 08:50 PM
celerity12
 
Posts: n/a
Default Problem with pg_hba.conf

Please disregard my previous mail ....

In the pg_hba.conf file, I have the following entry:

host db1 client1 192.168.150.234/32 md5

Now the problem is:
The client having IP 192.168.150.234 is trying to
use phpPgAdmin, but is unable to connect.

The corresponding config.inc.php has this entry:
$conf['servers'][0]['desc'] = 'PostgreSQL';
$conf['servers'][0]['host'] = '192.168.150.245';

Please disregard my previous mail ....
Thank you
celerity

__________________________________________________ ______________________
Yahoo! Messenger - Communicate instantly..."Ping"
your friends today! Download Messenger Now
http://uk.messenger.yahoo.com/download/index.html

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote