摘要: 安装pgsql apt install postgresql 默认postgres用户无密码: # 切换用户 su postgres # 打开psql psql -U postgres # 修改密码 ALTER USER postgres PASSWORD '新密码' 修改配置文件,允许远程登陆 # 阅读全文
posted @ 2022-11-29 10:25 某科学的撒把豆子 阅读(300) 评论(0) 推荐(0)