随笔分类 -  postgresql

摘要:1.切换到 postgres 用户: sudo -i -u postgres 2.进入 PostgreSQL Shell: psql 3.设置 postgres 用户的密码: ALTER USER postgres PASSWORD 'new_password'; 4.退出 PostgreSQL S 阅读全文
posted @ 2024-06-02 19:29 KuangZhuMing2 阅读(3526) 评论(0) 推荐(0)