有人可以幫助我,因爲我有在Django的一個項目,我在最後階段,我不想使用SQLite了,所以我安裝PostgreSQL的。PostgreSQL的:無法連接到服務器:連接被拒絕
安裝後,它是不可能的,我連接從命令提示符給psql。 (在Windows 10)
這裏是顯示錯誤:
psql: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections on port 5432?
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?
確保你有postgres守護進程運行 – karthikr
你是什麼意思?因爲我是新的postgreSql,我必須確保守護進程正在運行? – Lemayzeur
你是如何安裝postgresql的?如果您使用EnterpriseDB安裝程序,則應該有一個名爲postgresql的服務,該服務應該正在運行。 – Eelke