Hello, All.
We have compiled and installed postgreSQL 7.4.17 version on HP-UX without
enabling ssl option. Rather we used most of the default option except lib/data
directories and -enableThread safety.
We are getting couple of problems during initdb and psql'ing.
1) $libdir in one of the
Don't forget to cc the list.
celerity12 wrote:
I turned on the connection logging:
Server IP is 192.168.160.213
Client IP is 192.168.160.212
Its generating the entry for client in the log file
but the IP of client is different( .212 not .213 ...
.213 is server's IP)
Getting this message:
2005-03
celerity12 wrote:
Please disregard my previous mail
In the pg_hba.conf file, I have the following entry:
hostdb1client1192.168.150.234/32md5
Now the problem is:
The client having IP 192.168.150.234 is trying to
use phpPgAdmin, but is unable to connect.
Make sure co
Please disregard my previous mail
In the pg_hba.conf file, I have the following entry:
hostdb1client1192.168.150.234/32md5
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.i
Sumit Rohatgi wrote:
In the pg_hba.conf file, I have the following entry:
hostdb1client1192.168.150.234/32md5
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['
In the pg_hba.conf file, I have the following entry:
hostdb1client1192.168.150.234/32md5
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'
Niral Trivedi <[EMAIL PROTECTED]> writes:
> Also, I have added separate lines in 'pg_hba.conf' file for two db as
> follows:
> local db1 cryptfile1.dat
> local db2 cryptfile2.dat
That looks correct as far as it goes.
> But problem is
Tom,
I have that 'local all trust' line commented out. And there is no other
entry in the file at all...
And what do you exactly mean by connecting via IP??? I assume that I am
connecting through UNIX socket because when I commented out the
local db1 crypt file1.dat
local db2 crypt
All,
I have already posted this message yesterday but didn't get any reply yet...
Please help me with this..I am having trouble doing db authentication with
'pg_hba.conf' file..
I have added two users using 'CREATE USER' command for a db. And then I have
created two separated password file to do