This is a discussion on Problem with pg_hba.conf within the Pgsql General forums, part of the PostgreSQL category; --> Please disregard my previous mail .... In the pg_hba.conf file, I have the following entry: host db1 client1 192.168.150.234/32 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| ||||
| celerity12 wrote: > 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. Make sure connection logging is turned on in your postgresql.conf file, and let us know what that says. -- Richard Huxton Archonet Ltd ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) |