sudo -u postgres psql
ALTER USER postgres WITH PASSWORD 'postgres';
\q

 忘记密码/重置密码: https://www.cnblogs.com/v5captain/p/14105368.html

 

PostgreSQL 创建数据库
createdb -h localhost -p 5432 -U postgres tipdm_DB
PostgreSQL 删除数据库 dropdb
-h localhost -p 5432 -U postgres tipdm_DB

 

相关文章:

  • 2022-01-29
  • 2022-12-23
  • 2021-07-20
  • 2022-01-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-20
  • 2021-12-22
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案