unable to connect to server for Postgres

前端 未结 7 1766
刺人心
刺人心 2021-02-02 09:48

I have a problem to connect server for Postgres after I updated my windows.Before I update there is no problem to open the database. My database in Postgres also gone. When I wa

7条回答
  •  粉色の甜心
    2021-02-02 10:11

    In my case I couldnt' open the pgAdmin4, for some reason. I use Postgresql 10 and pgAdmin4

    The port in the postgresql.conf was not the same as in the pgAdmin4 --> postgreSQL 10 --> properties --> Connection --> port.

    I fixed it and it worked. Check if those 2 are in line.

提交回复
热议问题