Re: Can't connect to server

2023-03-18 Thread Jeff Janes
On Sat, Mar 18, 2023 at 2:11 AM Wu, Abigaile 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

Re: Can't connect to server

2023-03-18 Thread Adrian Klaver
On 3/17/23 23:10, Wu, Abigaile 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 ser

Re: Can't connect to server

2023-03-18 Thread Romain Mazière - SIGMAZ Consilium
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 clus

Can't connect to server

2023-03-17 Thread Wu, Abigaile
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 recei