Forgotten psql Password: sql: FATAL: password authentication failed for user "username"
Posted
技术标签:
【中文标题】Forgotten psql Password: sql: FATAL: password authentication failed for user "username"【英文标题】: 【发布时间】:2019-06-23 06:56:03 【问题描述】:我使用 psql shell 创建了一个带有数据库用户和密码的数据库。现在,我想使用 shell 创建另一个额外的数据库。但是,当我在 Windows 命令提示符中输入 psql 时,系统会提示我输入我忘记的密码。
$ psql
$ psql: FATAL: password authentication failed for user "username"
我想让我创建的其他数据库保持 100% 的机智和功能,但我想另外创建另一个数据库。在不弄乱其他数据库的情况下,我应该怎么做才能做到这一点?
【问题讨论】:
你知道 postgres 用户的通行证吗?如果您知道就使用它,然后alter
忘记密码的用户密码..
您忘记了哪个密码?您在安装期间提供的密码或您作为数据库所有者创建的特定用户的密码。
我知道数据库的密码,但不知道我的 postgres 用户的密码
【参考方案1】:
所以您想重设忘记的密码?检查以下问题。
I forgot postgres password. Where ispg_hba.conf
in Windows?
【讨论】:
以上是关于Forgotten psql Password: sql: FATAL: password authentication failed for user "username"的主要内容,如果未能解决你的问题,请参考以下文章
Postgres/PSQL - 使用批处理文件自动将查询导出到 CSV
连接PostgreSQL 显示 password authentication failed for user
在 Heroku 上自动化 PSQL 数据库的 PG_DUMP