壮心未与年俱老,死去犹能作鬼雄。这篇文章主要讲述修改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>
【修改postgresql用户password】2、采用 fast模式无法关机的时候,可以使用如下命令:
kill -s SIGINT < 对象PID>
3、采用 immediate模式无法关机的时候,可以使用如下命令:
kill -s SIGQUIT < 对象PID>
推荐阅读
- You could try using --skip-broken to work around the problem
- # yyds干货盘点 # 分享一场Python正则表达式中的特殊序列问答交流
- 磁盘配额,用户配额,组配额!整理不易多多点赞,收藏,加挂注,让我上热搜!
- #yyds干货盘点# Java工具类大全!
- #私藏项目实操分享# Ngnix --day08
- #yyds干货盘点#使用二进制安装包的方式安装docker
- #私藏项目实操分享# Ngnix --day07
- SQL审核平台 Archery 之集成 Ldap 篇
- #yyds干货盘点# Kubernetes 中有 GC(垃圾回收)吗((19))