Re: Can't connect to server

From: Romain Mazière - SIGMAZ Consilium <romain(dot)maziere(at)sigmaz-consilium(dot)fr>
To: pgsql-general(at)lists(dot)postgresql(dot)org, "Wu, Abigaile" <wuching3(at)msu(dot)edu>
Subject: Re: Can't connect to server
Date: 2023-03-18 08:12:18
Message-ID: 13C06306-C44D-42D0-B11D-8EB553AF7103@sigmaz-consilium.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

As I can see in the error message :
"localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "postgres"."
Pgadmin4 try to connect via the loopback in IPv6 (::1) and fail for postgres user.
Have a look to pg_hba.conf, the file which describes access to postgres cluster.

Le 18 mars 2023 07:10:47 GMT+01:00, "Wu, Abigaile" <wuching3(at)msu(dot)edu> a écrit :
>I am writing to seek your assistance with a problem I am facing while using pgAdmin4. After downloading the PostgreSQL 15, I downloaded the latest version of Pgadmin 4 and then I click the server and choose PostgreSQL 15. Whenever I try to log in to the server after entering my password, I receive the following error message:
>
>"Connection to server at "localhost"(::1), port 5432 failed: could not initiate GSSAPI security context: The operation or option is not available: credential handle connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "postgres"."
>
>Could you please advise me on how to resolve this issue? I would be grateful if you could provide me with any instructions or guidance on what steps I can take to fix this problem and gain access to the server.
>
>Thank you for your time and assistance. I look forward to hearing from you soon.
>
>
>[cid:a456724f-1d8d-4cd9-ba3c-81dd950f3723]
>
>Abigaile Wu
>
>Pronouns: She/Her/Hers
>
>Full-Time MBA Candidate 2023
>
>Graduate Assistant - Admission Team
>
>Broad College of Business
>
>Michigan State University
>
>C: (517) 329 - 5793
>
>E: wuching3(at)msu(dot)edu
>
>
>
>WHO WILL MAKE BUSINESS HAPPEN?
>
>SPARTANS WILL.
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Boris Zentner 2023-03-18 13:26:57 Re: Delete values from JSON
Previous Message Wu, Abigaile 2023-03-18 06:10:47 Can't connect to server