Phil Campaigne wrote:
my psql client I type psql and then I am asked for my password. This logs me into my hosted database just fine.

Ok. This is probably localhost, 127.0.0.1 and the username defaults to your login name.

However, I can't log on from my webapp to the database thru jdbc like I
---------8<---------
>java.sql.SQLException: FATAL 1: Password authentication failed for >user "xxxxxx"
>  >So, it looks like it is trying to connect using username xxxxxx,
>  >not password yyyyyy.

I don't think so. What happens if you try using your login name as
username?

-dirk

--
                   D i r k   F "o r s t e r l i n g
                   [EMAIL PROTECTED]  http://[EMAIL PROTECTED]/
                            -------------
    This is robbery-mail(tm). Reply all your money immediately!


---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Reply via email to