重置“postgres” Ubuntu10.10 上 Postgresql 8.4 中的用户密码

发布于 2024-10-28 07:44:53 字数 113 浏览 1 评论 0原文

我正在尝试 postgresql 教程,但无法登录“postgres”用户帐户,这似乎是执行任何操作所必需的。当我完成安装时,我以为我写下了密码,但显然没有。有没有办法重置密码或者需要重新安装?感谢您的任何建议。

I am attempting a postgresql tutorial and cannot login to the 'postgres' user account which seems to be necessary to perform any actions. When I went through the installation I thought I wrote down the password but apparently not. Is there a way for me to reset the password or do I need to reinstall? Thanks for any advice.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我很OK 2024-11-04 07:44:53

sudo passwd postgres 会让你做到这一点。

或者,sudo su - postgres 让您无需密码即可登录 postgres 用户帐户(自然会要求您输入密码才能使用 sudo)。

sudo passwd postgres will let you do it.

Alternatively, sudo su - postgres will let you log in to the postgres user's account without the password at all (you'll be asked for your password to use sudo, naturally).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文