Re: [HACKERS] psql: FATAL: Password authentication failed for

2004-09-21 Thread Sudhakar Kurumella
ine has no effect on Windows - it only has relevance for> Unix domain socket connections, which Windows does not support.>> The line that affects local connections on Windows is "host all all> 127.0.0.1/32 ...">> (We really need to make that crystal clear in the pg_hba.con

Re: [HACKERS] psql: FATAL: Password authentication failed for

2004-09-21 Thread Sudhakar Kurumella
t;>> You could enable local connections with no password, then connect with> your postgres user, change pwd, and then re-enable security.> use pg_ctl reload for reloading security settings.> Not nice, but quick :)>>>> On Tue, 21 Sep 2004, Sudhakar Kurumella wrote:&g

Re: [HACKERS] psql: FATAL: Password authentication failed for

2004-09-21 Thread Sudhakar Kurumella
loading security settings.Not nice, but quick :)On Tue, 21 Sep 2004, Sudhakar Kurumella wrote:> I am trying to connect to database called "sos", i tried as you said:>> [D:\]psql -U postgres template1> psql: FATAL: Password authentication failed for user "postgres"> [D:\]p

Re: [HACKERS] psql: FATAL: Password authentication failed for

2004-09-21 Thread Sudhakar Kurumella
ev3\bin]psql -U postgres -W password> psql: FATAL: Password authentication failed for user "postgres"> > thanks,> kuru> >>> */Dave Cramer <[EMAIL PROTECTED]>/* wrote:>> Use psql -U postgres>> Dave> On Tue, 2004-09-21 at 07:38, Sudhakar Kurumella wr

Re: [HACKERS] psql: FATAL: Password authentication failed for

2004-09-21 Thread Sudhakar Kurumella
eta2-dev3\bin]psql -U postgres -W passwordpsql: FATAL:  Password authentication failed for user "postgres"   thanks, kuru   Dave Cramer <[EMAIL PROTECTED]> wrote: Use psql -U postgresDaveOn Tue, 2004-09-21 at 07:38, Sudhakar Kurumella wrote:> Hi,> > I am using postgresql w

[HACKERS] psql: FATAL: Password authentication failed for user "Administrator"

2004-09-21 Thread Sudhakar Kurumella
Hi,   I am using postgresql windows based "8.0-beta2-dev3". I have provided default user and password while installing. When i am trying to connecto to psql through dos command prompt, i am getting following error:   [D:\Postgresql\8.0-beta2-dev3\bin]psqlpsql: FATAL:  Password authentication failed

[HACKERS] Export/Import existing database from Unix to Windows 8.0-beta2-dev3

2004-09-20 Thread Sudhakar Kurumella
Hi,   I have recently downloaded, PostgreSql 8.0-beta2-dev3 windows version. I am a newbie to postgresql, i have one question, How can i import or export the existing postgresql database running under unix flavour to windows based postgresql (8.0-beta2-dev3). Is there any facility under the new win