Trying to connect remotely to postgresql server using python via my info in a config file and getting:
Connection timed out (0x0000274C/10060) Is the server running on host "<my db address>" and accepting TCP/IP connections on port xxxx?
Trying to connect remotely to postgresql server using python via my info in a config file and getting:
Connection timed out (0x0000274C/10060) Is the server running on host "<my db address>" and accepting TCP/IP connections on port xxxx?
See this
Thanks, but now I am getting this error: Server is not started. Please .start() first!
what is the exact commands/lines of code you are using? (without posting the credentials)