修改postgresql用户password

Posted feirenraoyuan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改postgresql用户password相关的知识,希望对你有一定的参考价值。


su - postgres

psql

alter user postgres with password new password;


查看用户:

select rolname,rolpassword from pg_authid;

参考文档:​https://www.jianshu.com/p/16683b09e9f0​​​​​

1、当采用 smart模式无法关机的时候,可以使用如下命令:

kill -s SIGTERM <对象PID>

2、采用 fast模式无法关机的时候,可以使用如下命令:

kill -s SIGINT <对象PID>

3、采用 immediate模式无法关机的时候,可以使用如下命令:

kill -s SIGQUIT <对象PID>

以上是关于修改postgresql用户password的主要内容,如果未能解决你的问题,请参考以下文章

连接PostgreSQL 显示 password authentication failed for user

PostgreSQL用户密码如何通过md5加密存储,是否加了salt

Postgresql 帐号密码修改方法

ubuntu配置ssh连接方式

修改PostgreSQL数据库的默认用户postgres的密码

Confluence 6 安装 PostgreSQL