I installed postgresql on a Windows Server 2007 and created a database in there. As long as I work on local (localhost) there is no problem. Now i want to remote access the created databases on my Mac using Postico.
I input the credentials and get the following error:
Can anyone tell me where I can solve this problem ?
Here is some follow-up info:
host all all 0.0.0.0/0 md5
listen_addresses = "*"
and #ssl = off
(not sure if I have to turn it on).
I figured it out:
The options of the pg_hba.conf & postgresql.conf were OK.
However newbies like me might not know the following:
Last little comment :
While this seems natural to most users of this platform, I found this information to be quite hard to find on google for pgsql, especially since it is so basic (try to find the difference between Host and SSH host assuming you know nothing about it). There are hardly any tutorials as to how to connect to a distant server using non-proprietary software without any codelines (as I don't understand DOS and terminal commands, i prefer not to use them).
It might be a good idea for someone with better understanding of the process to create a beginner tutorial on how to set up a connection to a database within a small company.
In case someone feels generous ... ;-)