Re: Help with pgAdmin

From: Tomasz Barszczewski <tb(at)nop(dot)com(dot)pl>
To: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: Help with pgAdmin
Date: 2023-07-23 22:20:18
Message-ID: 8574ca3d-1946-59cc-8550-7dd237551566@nop.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 23.07.2023 23:29, Frank Gunseor wrote:
> I need some help with my PostgreSQL installation.
>
> I am running a Windows 10 Pro Vm using VirtualBox.
>
> I installed PostgreSQL 15 in the VM, but I can not get pgAdmin to
> open. No error messages. Nothing.
>
> Thank you.
>
> Frank Gunseor
Hello Frank, default installation "does not listen" on the network,
listens only on localhost.

Correct "listen_addresses" (in postgresql.conf configuration) to
listen_addresses = '*'

and restart postgres.

This is the simplest and surest way.

--
Pozdrawiam,
Tomasz Barszczewski -tb(at)nop(dot)com(dot)pl
http://www.nop.com.pl/

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message mahendrakar s 2023-07-28 06:06:57 Run make checkinstall with configurable user.
Previous Message Frank Gunseor 2023-07-23 21:29:01 Help with pgAdmin