修改 PostgreSQL 数据库默认密码

  1. 登录PostgreSQL

     sudo -u postgres psql
    
  2. 修改登录PostgreSQL密码

     ALTER USER postgres WITH PASSWORD 'postgres';
    

注意:

  • 密码postgres要用引号引起来
  • 命令最后有分号

在vim中将DOS行尾转换成Linux格式的 Windows 下相当于 Linux 的 whereis 命令