public inbox for [email protected]  
help / color / mirror / Atom feed
Help with pgAdmin
2+ messages / 2 participants
[nested] [flat]

* Help with pgAdmin
@ 2023-07-23 21:29  Frank Gunseor <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Frank Gunseor @ 2023-07-23 21:29 UTC (permalink / raw)
  To: pgsql-novice

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


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: Help with pgAdmin
@ 2023-07-23 22:20  Tomasz Barszczewski <[email protected]>
  parent: Frank Gunseor <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Tomasz Barszczewski @ 2023-07-23 22:20 UTC (permalink / raw)
  To: [email protected]

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 [email protected]
http://www.nop.com.pl/


^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2023-07-23 22:20 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2023-07-23 21:29 Help with pgAdmin Frank Gunseor <[email protected]>
2023-07-23 22:20 ` Tomasz Barszczewski <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox