FATAL: password authentication failed for user "postgres"
FATAL: password authentication failed for user “postgres”致命:用户“postgres”的密码验证失败修改认证文件/var/lib/pgsql/data/pg_hba.conf,登陆使用密码。重启数据库服务。netstat -lantp#查看端口是否启动ps aux | grep postgre...
·
FATAL: password authentication failed for user “postgres”
致命:用户“postgres”的密码验证失败
修改认证文件/var/lib/pgsql/data/pg_hba.conf,登陆使用密码。
重启数据库服务。
netstat -lantp #查看端口是否启动
ps aux | grep postgres #查看进程是否启动
可以参考链接 :
https://blog.csdn.net/pg_hgdb/article/details/78805463
更多推荐
所有评论(0)