0
我在我的服務器(debian)上安裝postgresql(9.1)時會瘋了,我在gandi.net上租了! 我做了aptitude get-install postgresql postgresql-client
命令。Postgresql安裝
我在嘗試執行psql命令時遇到此錯誤。
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
我一直在網上搜索。也許服務器沒有運行。我不知道如何檢查以及如何啓動它們。
我的postgres命令也不起作用(命令未找到)。
有什麼想法?
不知何故安裝變糟,否則postgres將啓動並運行。建議:卸載並重新安裝,但保存併發布安裝的輸出,以便分析和檢查錯誤。除此之外,閱讀https://wiki.debian.org/PostgreSql –