gpt4 book ai didi

intellij-idea - 如何解决问题 : "The specified database user/password combination is rejected" using Intellij IDEA?

转载 作者:行者123 更新时间:2023-12-05 05:53:54 24 4
gpt4 key购买 nike

我正在使用 Spring 应用程序,堆栈类似于:Java 11Spring Boot 2.2.1.RELEASE

(technology versions may vary here) 

当我尝试使用 Intellij IDEA 通过 Data Source 连接到数据库时,我总是遇到如下问题:

The specified database user/password combination is rejected:
[28P01] FATAL: password authentication failded for user 'postgres'

enter image description here

我该如何解决?

注意:这个答案类似,但与以下内容无关:

Unable to connect from Intellij to mySql running in docker container - "specified database user/password combination is rejected"

最佳答案

修复它:

您需要检查您的application.properties 文件并在线更改user password 的值:

spring.datasource.password=your_password

问题的原因是:

application.properties 中属性 spring.datasource.password 的值

与安装数据库系统时默认选择的用户密码不匹配。

例如更具体的步骤 "Enter the password for the database superuser (postgres)" :

enter image description here

澄清一下:提供的示例是针对PostgreSQL的,但它可以是另一个数据库系统

关于intellij-idea - 如何解决问题 : "The specified database user/password combination is rejected" using Intellij IDEA?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69789692/

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