gpt4 book ai didi

postgresql - Postgres 无法在 Ubuntu 14.04 中更改目录

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

我正在尝试在 postgres 中创建和使用新数据库。当我尝试使用以下命令加载数据库时:

sudo -u postgres psql

我收到这个错误。

could not change directory to "/home/laptop/Dropbox/js/hw/Has-Many-Relationships": Permission denied psql (9.3.13) Type "help" for help.

我曾尝试以 root 身份更改 nautilus 中的文件夹权限。当文件夹更改为根目录(cp 和 cd/)时,此命令将按预期工作。有什么想法吗?

最佳答案

听起来你的 shell 的 CWD(当前工作目录)是

/home/laptop/Dropbox/js/hw/Has-Many-Relationships

并且“postgres”用户无权访问该目录。

然而,在下一行,您似乎能够与正在运行的 PostgreSQL 服务器对话,尽管您没有共享下一行。

如果这是本地计算机(笔记本电脑)上的“完全一次性”数据库实例,这可能会有所帮助:

http://johnmee.com/how-to-reinstall-postgresql-on-ubuntu

此方法将完全清除所有 postgres 包(不仅仅是虚拟包)并允许您重新安装 PostgreSQL。

一旦你干净地安装了 PostgreSQL,以 root 身份试试这个:

# cd ~postgres/
# sudo -u postgres psql

并查看错误是否不再重复。

希望对您有所帮助!

关于postgresql - Postgres 无法在 Ubuntu 14.04 中更改目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38470952/

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