我在安裝postgresql-9.1的同時嘗試學習Rails。我沒有任何與它的麻煩的時候,但我只是打開了我的Console.app解決別的東西,我看到下面的錯誤每隔10秒重複:postgresql每10秒在控制檯中出現錯誤
3/1/13 10:28:15 AM com.edb.launchd.postgresql-9.1[89003] 2013-03-01 15:28:15 GMT FATAL: data directory "/Library/PostgreSQL/9.1/data" has wrong ownership
3/1/13 10:28:15 AM com.edb.launchd.postgresql-9.1[89003] 2013-03-01 15:28:15 GMT HINT: The server must be started by the user that owns the data directory.
3/1/13 10:28:15 AM com.apple.launchd[1] (com.edb.launchd.postgresql-9.1[89003]) Exited with exit code: 1
3/1/13 10:28:15 AM com.apple.launchd[1] (com.edb.launchd.postgresql-9.1) Throttling respawn: Will start in 10 seconds
我怎麼能阻止它?
看起來很明顯:更改指定目錄的所有權,或更改服務器運行的ID。 – 2013-03-01 21:07:43
我試過了:'sudo chown thingevery/Library/PostgreSQL/9.1/data'但是得到了:'不允許操作'我提到我對postgresql(以及一般的數據庫)真的很陌生嗎? – thingEvery 2013-03-01 21:35:27