pgAdmin III : No servers showing up

前端 未结 3 725
囚心锁ツ
囚心锁ツ 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

    0 讨论(0)
  • 2021-02-15 15:14

    happened with me as well, when I started pgadmin3 for the first time, i was expecting it to ask for the password which I provided during but it didnt ask and then didnt display any servers.
    anyways, you can create a server yourself,
    if your server is on the same machine,
    provide a name: test
    provide server: localhost
    port: 5432 (default port)
    user: postgres (default user) you can change later in login roles
    password: provide something

    restart if required and it will then show you
    database with postgres (default db),
    tablespace,
    login roles
    under your server and you should be good to go

    0 讨论(0)
  • 2021-02-15 15:24

    Reinstalled program and saved it to directory C:\ instead of C:\program_Files

    0 讨论(0)
提交回复
热议问题