我输入 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"?
我使用 sudo netstat -nlp | grep 5432
查看状态,但没有显示。
我在网上搜索,有人告诉我修改 pg_hba.conf
但我不能 locate
这个文件。我还尝试了这个命令 sudo ln -s /tmp/.s.PGSQL.5432 /var/run/postgresql/.s.PGSQL.5432
。没用的。