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
Hi Albaraa
Could you please try connecting using psql with the same credentials? If
you encounter the same error, you will need to reset the database server
password.
On Thu, Aug 1, 2024 at 2:13 PM Albaraa Al Saydaoui <
aalsayda...@student.unimelb.edu.au> wrote:
> Hi,
>
> I have been trying to a