Update from Sync Service
This commit is contained in:
4
附件/2026/个人知识库/数据库/PostgreSQL_Postgresql 帐号密码修改方法.md
Executable file
4
附件/2026/个人知识库/数据库/PostgreSQL_Postgresql 帐号密码修改方法.md
Executable file
@@ -0,0 +1,4 @@
|
||||
==#su postgres== ======-bash-3.2$psql - postgres== ======postgres=#alter user postgres with password 'new password';== ==////====一定要加分号执行========postgres=#\q==
|
||||
|
||||
su - postgres
|
||||
psql -U postgresalter user postgres with encrypted password '1';
|
||||
Reference in New Issue
Block a user