我一直在試圖連接到我的postgresql 9.3服務器,但我不斷收到此錯誤。Postgresql拒絕連接到服務器
Server doesn't listen
The server doesn't accept connections: the connection library reports
could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (::1) and accepting TCP/IP
connections on port 5433? could not connect to server: Connection
refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1)
and accepting TCP/IP connections on port 5432?
我試着通過pgadmin3和命令行進行連接。
psql.exe -h localhost -U postgres
該命令也給出了相同的錯誤。
我在一臺Windows機器上。我曾嘗試創建一個單獨的服務器也具有相同的結果。
我不知道發生了什麼。請幫忙。
感謝
本地主機「(127.0.0.1) 並接受在端口5432 * TCP/IP連接?‘’*是運行在主機上的服務器」 - 究竟什麼是這個問題的答案題? – 2014-09-27 22:06:13
另外,您是否在計算機上安裝了第三方防火牆?如果他們嘗試過濾本地環迴流量,它們可能會導致問題。這是一個愚蠢的事情,但許多第三方防火牆正是如此 - 非常愚蠢。 – 2014-09-28 01:27:50
感謝您花時間看我的問題。我想到了。啓動服務器 – 2014-09-28 02:52:44