-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动后自动关闭 #208
Comments
数据库认证错误。 请检查数据库地址、用户名、密码端口等信息 |
用的是默认配置,数据库信息我都一一对应没有填写错误 |
如果是默认配置的话,根据教程 # 用户名↓ # 密码↓
CREATE USER uname WITH PASSWORD 'zhenxun'; # 创建用户
# 数据库名称↓ 所有者↓
CREATE DATABASE testdb OWNER uname; 用户名应该是 |
也可以附带上数据库信息和 |
怀疑还是数据库验证的问题 |
是否对应数据库用户需要为超级用户?还是拥有对应数据库权限即可? |
这个用户的数据库密码错了 |
已经尝试多个用户,并且使用和配置正确的- 密码,仍然提示此错误 |
我用pg10也是验证失败,换成pg14就好了 |
感谢,已成功连接数据库,确实换了pg14就好了不知道为啥(悲 |
日志中显示是数据库认证失败?
The text was updated successfully, but these errors were encountered: