1.Linux环境下
#su postgres
-bash-3.2$psql -U postgres
postgres=#alter user postgres with password 'new password';
postgres=#\q
1.Linux环境下
#su postgres
-bash-3.2$psql -U postgres
postgres=#alter user postgres with password 'new password';
postgres=#\q
本文标题:PostgreSQL:修改用户密码
本文链接:https://www.haomeiwen.com/subject/hmtcpqtx.html
网友评论