Re: FW: Error!

From: postgresql439848(at)heinz-it(dot)de
To: pgsql-general(at)lists(dot)postgresql(dot)org, puntal8(at)hotmail(dot)com
Subject: Re: FW: Error!
Date: 2023-04-25 14:31:27
Message-ID: bee3db52-36a3-971f-643c-40dee79463d7@heinz-it.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 25.04.23 um 01:16 schrieb Arquimedes Aguirre:

> No, it has not changed the error that I have been experiencing since the beginning. This is the error:
>
> psql: error: connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "punta" Press any key to continue . .
>
> ...

Hi,

is it possible that postgres is listening on ipv4(127.0.0.1) only and you trying connect to ipv6(::1)?

try connect to 127.0.0.1 as "server" instead of "localhost".

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2023-04-25 15:02:48 Re: FW: Error!
Previous Message Ian Lawrence Barwick 2023-04-25 12:58:10 Re: DBD::Pg (version 3.16.3) returns EMPTY char columns as 'undef'