Re: Cannot access pgAdmin4 server

From: David Bear <David(dot)Bear(at)heritageacademyaz(dot)com>
To: Albaraa Al Saydaoui <aalsaydaoui(at)student(dot)unimelb(dot)edu(dot)au>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Cannot access pgAdmin4 server
Date: 2024-08-01 15:22:42
Message-ID: CALN7KTys=sAEUFwSPNb2GeWw+wNpTdAppQp_2GXNJyFEi1ya9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

some things I check when pgadmin doesn't connect
1) use psql to make sure you can connect to the server with the postgres
user and the password you are expecting
2) check pg_hba.conf to assure that connections can be done over tcp and
not just via a domain socket
3) may try to add a different user to the pg cluster and try connecting
with that user both through psql and then through pgadmin

On Thu, Aug 1, 2024 at 1:43 AM Albaraa Al Saydaoui <
aalsaydaoui(at)student(dot)unimelb(dot)edu(dot)au> wrote:

> Hi,
>
> I have been trying to access the pgAdmin4 server but every time I try to
> input the password I receive the error below. I have uninstalled
> the software and reinstalled with a different password and this error still
> came up again. Any guidance or help with this issue would be much
> appreciated. Im on MacOS.
>
>
> Kind regards
>

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Pravesh Sharma 2024-08-02 02:33:46 Re: Issue with Commenting Code Blocks in pgAdmin 4 on macOS
Previous Message Akshay Joshi 2024-08-01 09:27:18 Re: Cannot access pgAdmin4 server