|
|
| · · · · · · · | |
|
Re: pgAdmin can't connect to port 5432
Michael J Martin wrote: Just to mention the error I get is not a 'process isn't running' error it is:Error connecting to the server: FATAL: no pg_hba.conf entry for host "212.159.49.21", user "mike", database "template1", SSL off As the message tells, you need to edit pg_hba.conf to allow the connection. Regards, Andreas
|