2014-08-28 52 views
0

錯誤讀取:PSQL:無法將其全部連接到服務器

psql: could not connect to server: No such file or directory. Is the server running locally and accepting connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

這是我第二次通過自制軟件在我的Mac設置PostgreSQL和我不知道是怎麼回事。以前,它一直在工作。在某個時候,我一定會輸入一個讓事情混亂的命令。我不確定。現在,無論何時從命令行輸入SQL命令,我都會收到上述消息。我運行了一個命令來檢查服務器是否在運行,而且顯然不是。如果我嘗試使用

$ postgres -D /usr/local/pgsql/data

我收到以下錯誤啓動服務器:

postgres cannot access the server configuration file "/usr/local/pgsql/data/postgresql.conf": No such file or directory

我已經卸載,並通過自制重新安裝PostgreSQL的,但問題仍然存在。我完全不知道如何實現這個目標。任何幫助,將不勝感激。

+0

答案就在這裏,當使用在-D選項: http://stackoverflow.com/questions/7975556/how-to-start-postgresql-server-on-mac-os- X – 2014-08-28 15:34:48

回答

0

您的數據目錄很可能是錯誤的。

在您的終端上發出「sudo find/-name」postgresql.conf「」來查看您的postgres文件所在的位置。在數據目錄中做一個ls。開始的Postgres