Connect to local PostgreSQL database

M-Rick

Bit poster
I have a PostgreSQL database running in local on my Mac that I use with GIS softwares.
It runs perfectly well.

When i want to connect to it from Windows i just can't…

Whatever the settings are, networked mapped, bridge, etc… nothing is working.

Is there any solution?
 
Hi

Yes I did.

To connect I use localhost:5432 like on the Mac, it should work with host only mode but it doesn't.
 
And how can I get it?
Will it be same all the time?
I tried with my Ethernet IP which is 192.168.1.25, it is not working.

Plus, I don't want it to connect to internet…



 
Last edited:
In order to connect PostgreSQL server from windows you have to configure you network as bridge mode and configure same subnet IP address as your MAC. you have o login like this 192.168.1.10[Mac ip address]:5432. It's may help..

Thanks
text-smiley.png
 
Back
Top