I've tried several times to connect to my DB via pgAdmin, via python but still have an error: "Could not connect to server: Operation timed out Is the server running on host "Referor-906.postgres.pythonanywhere-services.com" (10.0.0.70) and accepting TCP/IP connections on port 10906?"
My python query is con = psycopg2.connect(user='super', password='password', database='test', host='Referor-906.postgres.pythonanywhere-services.com', port='10906')
I have a paid account. What do I need to do?