Ubuntu 安装postgres后,解决可接受任何密码或无密码的问题

Posted 碧霄书生

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu 安装postgres后,解决可接受任何密码或无密码的问题相关的知识,希望对你有一定的参考价值。

1确保您已将postgres密码设置为您知道的密码:

[###@EMOO ~]$ sudo -u postgres ./psql
psql (9.6.3)
Type "help" for help.

postgres=# ALTER ROLE postgres WITH PASSWORD ‘postgres password‘;

2找到你的pg_hba.conf

sudo updatedb
sudo locate pg_hba.conf

3在pg_hba.conf中将“trust”替换为“md5”

4重新启动postgresql:

sudo systemctl restart postgresql

5登录为postgres并更改您需要的任何用户密码,如果用户没有提供正确的密码,

sudo -u postgres ./psql

以上是关于Ubuntu 安装postgres后,解决可接受任何密码或无密码的问题的主要内容,如果未能解决你的问题,请参考以下文章

如何修复 postgres 安装 ubuntu 上的错误

Ubuntu PostgreSQL安装和配置

Ubuntu PostgreSQL安装和配置

解决wubi安装ubuntu时要下载系统映像文件问题

增加ubuntu下mongo,postgres本地可访问

Ubuntu下postgre与postgis安装