PyCharm Postgres timeout

已回答

I've added Postgres local database that worked until yesterday. Now when I try to connect to the db I receive the following error

Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Operation timed out

I've tried with PyCharm and everything works fine. What I've tried so far is to download jdbc driver again but it doesn't helped. Any ideas?

 

0

请先登录再写评论。