因此,我使用 yaourt 安装程序包在我的 Linux Manjaro 17.1.1 中安装了 PostgreSQL 10.1。
yaourt -S postgresql
从这里我无法在本地连接数据库,因此,在搜索时我发现这个 stackoverflow 帖子告诉我应该找到pg_hba.conf
文件(步骤 3)
我试图pg_hba.conf
在终端中使用此命令查找文件
sudo find / -name *pg_hba*`
但仍然找不到该文件,而是我在这里只找到了一个示例文件:
/usr/share/postgresql/pg_hba.conf.sample
我尝试再次使用 yaourt 重新安装软件包,但仍然无法正常工作。我错过了什么吗?
谢谢
更新
所以,这是我在尝试连接到数据库时遇到的错误。
psql: could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/run/postgresql/.s.PGSQL.5432"?