我想我流浪的機器上運行psql
,但我得到這個錯誤:Psql無法連接到服務器:沒有這樣的文件或目錄,5432錯誤?
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"?
注:流浪1.9.2 盒:Ubuntu的/ trusty64,https://atlas.hashicorp.com/ubuntu/boxes/trusty64
編輯 命令我爲了安裝使用和運行的Postgres:
sudo apt-get update
sudo apt-get install postgresql
sudo su postgres
psql -d postgres -U postgres
您是否修正了此錯誤? –