Wissem SASSI
Wissem SASSI

Reputation: 2291

I can't create a new server in my pgAdmin

I am trying to create a local server in pgAdmin on a my ubuntu 18.04 but I am getting this error.

this is the error this is the error

and here are my settings

Here are my settings

Upvotes: 1

Views: 20387

Answers (1)

Wissem SASSI
Wissem SASSI

Reputation: 2291

I have solved it, I have tried lot of things, one of them did it, most likely this one:

sudo -u postgres psql -c "alter user postgres password 'postgres'

I changed the server IP to 127.0.0.1

Upvotes: 13

Related Questions