hi there,
I Still havent found the solution,
Is there anybody to help me out ??!!!!!!!!!
thanks in advance,
regards,
rameshvl
hi there,
I installed postgreSQL 7.3.2 on RedHat 8.0 successfully, and created a database and an user. I also added these lines
in the pg_hba.conf file.
local mydb myuser password
host mydb myuser 127.0.0.1 255.255.255.255 password
host mydb myuser 0.0.0.0 0.0.0.0 password
When i tried to get connected to my application with this setting, i got the following error
java.sql.SQLException: FATAL: Password authentication failed for user "myuser"
I observed that, unlike the lower versions of postgrSQL, the db user's password is stored in
encrypted form (i think md5) in the pg_shadow table. Is this the reason for the problem ?
I also gave 'md5' instead of 'password', but didn't work
(only 'trust' works !!! )
please let me know the solution to the above problem at the earliest,
thanks in advance,
regards
ramesh
???
hi there,
I Still havent found the solution,
Is there anybody to help me out ??!!!!!!!!!
thanks in advance,
regards,
rameshvl
Hi,
I wish that I could answer your question, but I cannot. I did just want to say that the most likely reason that no one is answering your question is because they don't use postgreSQL but MySQL instead. I know that is why I don't have a clue how to help you with your problem.
Sorry,
Ryan
Bookmarks