Re: Can't connect to server

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: "Wu, Abigaile" <wuching3(at)msu(dot)edu>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Can't connect to server
Date: 2023-03-18 21:30:08
Message-ID: CAMkU=1wK19gE3ffA7UqCpndQzy5K2O4C8wS299TS3-9giBiWUA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Mar 18, 2023 at 2:11 AM Wu, Abigaile <wuching3(at)msu(dot)edu> wrote:

> 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
>

This is probably just a nuisance message. It thought it might be able to
authenticate via Kerberos and so tried that one first, but discovered it
couldn't. Unless you know that that is what you were trying to do, you can
ignore it.

> connection to server at "localhost" (::1), port 5432 failed: FATAL:
> password authentication failed for user "postgres"."
>

Look in the database server's log files to see if there are more details
about this authentication error. When you set up the system, is "postgres"
the name you picked for the admin user? That is the default and most
common, but you could have changed it if you wanted to.

Cheers,

Jeff

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Pospisek 2023-03-18 22:02:22 Re: Properly handle OOM death?
Previous Message Tomas Pospisek 2023-03-18 21:30:07 Re: Getting error while upgrading postgres from version 12 to 13