could not connect to server: Operation timed out
Posted
by
JohnMerlino
on Server Fault
See other posts from Server Fault
or by JohnMerlino
Published on 2012-10-22T22:12:43Z
Indexed on
2012/10/22
23:04 UTC
Read the original article
Hit count: 290
pgadmin
I am able to ssh into my ubuntu server with a user name and password from the terminal. However, when I try to connect to the server using the same name and password via pgadmin, I am getting the following error:
could not connect to server: Operation timed out Is the server running on host "xx.xxx.xx.xxx" and accepting TCP/IP connections on port 5432?
Why am I able to connect through terminal but not pgadmin?
© Server Fault or respective owner