码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2020-04-15 12:26:33      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:systemctl   设置   star   ubunt   res   mct   用户   hba   tar   

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后,解决可接受任何密码或无密码的问题

标签:systemctl   设置   star   ubunt   res   mct   用户   hba   tar   

原文地址:https://www.cnblogs.com/hhwww/p/12704380.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!