| From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
|---|---|
| To: | postgresql439848(at)heinz-it(dot)de, pgsql-general(at)lists(dot)postgresql(dot)org, puntal8(at)hotmail(dot)com |
| Subject: | Re: FW: Error! |
| Date: | 2023-04-25 15:02:48 |
| Message-ID: | 58b8cbc1-b577-1c4c-d22c-1d364c1bc74d@aklaver.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 4/25/23 07:31, postgresql439848(at)heinz-it(dot)de wrote:
> 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".
>
Then you would get this error:
psql: error: connection to server at "::1", port 5432 failed: Connection
refused
Is the server running on that host and accepting TCP/IP connections?
--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Imre Samu | 2023-04-25 15:42:49 | Re: murmur3 hash binary data migration from Oracle to PostgreSQL |
| Previous Message | postgresql439848 | 2023-04-25 14:31:27 | Re: FW: Error! |