显示消息 "Connection test failed: Password authentication failed for user "postgres""
The message "Connection test failed: Password authentication failed for user "postgres"" was displayed
我想安装 strapi 的 postgres 版本,这是一个用于 Gatsby.js 的无头 CMS。
但是,我收到以下消息,无法安装。
npx create-strapi-app@3.6.8
↓
Choose your installation type Custom (manual settings)
? Would you like to use a template? (Templates are Strapi configurations designe
d for a specific use case) >No
? Choose your default database client> postgres
? Database name: strapiapi
? Host: 127.0.0.1
? Port: 5432
? Username: postgres
? Password: ********
? Enable SSL connection: No
⛔️ Connection test failed: password authentication failed for user "postgres"
pgAdmin 已经安装
我按照此视频中的说明进行操作。
https://www.youtube.com/watch?v=FeZyCxwb1aQ
这是安装 PostgreSQL 时遇到的常见错误。
我是如何修复它的,方法是将端口号从 5432 更改为 5433
也许试试这个?
从 pgAdmin 创建服务器时,更改端口号。
将其更改为 5433 对我有用。
如果仍然无法正常工作,您可能需要将 RDBMS 重新安装到其他目录,然后尝试连接。
我想安装 strapi 的 postgres 版本,这是一个用于 Gatsby.js 的无头 CMS。 但是,我收到以下消息,无法安装。
npx create-strapi-app@3.6.8 ↓
Choose your installation type Custom (manual settings)
? Would you like to use a template? (Templates are Strapi configurations designe
d for a specific use case) >No
? Choose your default database client> postgres
? Database name: strapiapi
? Host: 127.0.0.1
? Port: 5432
? Username: postgres
? Password: ********
? Enable SSL connection: No
⛔️ Connection test failed: password authentication failed for user "postgres"
pgAdmin 已经安装 我按照此视频中的说明进行操作。 https://www.youtube.com/watch?v=FeZyCxwb1aQ
这是安装 PostgreSQL 时遇到的常见错误。
我是如何修复它的,方法是将端口号从 5432 更改为 5433
也许试试这个? 从 pgAdmin 创建服务器时,更改端口号。
将其更改为 5433 对我有用。 如果仍然无法正常工作,您可能需要将 RDBMS 重新安装到其他目录,然后尝试连接。