pgAdmin III : No servers showing up

前端 未结 3 726
囚心锁ツ
囚心锁ツ 2021-02-15 14:24

I\'ve followed many online tutorials on how to install pgAdmin correctly, I\'ve installed and uninstalled it multiple times but whenever install it. It shows Server Groups witho

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-15 15:09

    First Create a Server with the following credential-

    Host Name/address : localhost
    Port : 5432
    Maintenance database : postgres
    
    Username : postgres
    Password : *Your_Password*
    

    Note : Before Creating the Server first start the postgresql server

提交回复
热议问题