[postgres@pg01 ~]$ psql -Upostgres -dpostgres

postgres=# alter user postgres with password 'postgres';
ALTER ROLE

登录测试:
[postgres@pg02 ~]$ psql -h 192.168.12.14 -p 5432 -U postgres -d postgres
Password for user postgres:(输入刚刚修改的密码postgres)
psql.bin (10.14)
Type "help" for help.

postgres=#

  

相关文章:

  • 2021-09-13
  • 2021-12-15
  • 2022-12-23
  • 2021-11-21
  • 2022-02-17
  • 2021-10-06
  • 2022-12-23
猜你喜欢
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案