pgadmin4 : postgresql application server could not be contacted.

后端 未结 30 2152
太阳男子
太阳男子 2020-12-07 10:31

I have installed PostgreSQL 9.6.2 on my Windows 8.1. But the pgadmin4 is not able to contact the local server. I have tried several solutions suggested here in stackoverflow

30条回答
  •  囚心锁ツ
    2020-12-07 11:16

    if you are using Mac OS X here is a fix: Open terminal and run this command

    pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log restart
    

    and for other OS just restart your Postgresql server, it will solve

    Then start pgAdmin4, it will start as normal

    Share or comment if saved someone

提交回复
热议问题