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