gpt4 book ai didi

postgresql - createuser: 无法连接到数据库 postgres: 无法连接到服务器: 没有那个文件或目录

转载 作者:行者123 更新时间:2023-11-29 13:40:11 25 4
gpt4 key购买 nike

我安装了 使用这个命令:

sudo pacman -S postgresql

安装成功。但是当我想创建一个新用户时,像这样:

sudo -iu postgres
[postgres@amirashabani ~]$ createuser amirashabani

我收到此错误:

createuser: could not connect to database postgres: 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"?

我该如何解决这个问题?

最佳答案

问题是我忘记启动启用 ArchWiki中提到的服务:

Finally, start and enable the postgresql.service.

这样做之后:

systemctl start postgresql.service
systemctl enable postgresql.service

一切正常。

关于postgresql - createuser: 无法连接到数据库 postgres: 无法连接到服务器: 没有那个文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56784740/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com