Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近刚刚用这个为 mac 安装了 postgresql 。但是,我遇到的问题是我从未为用户“postgres”指定密码,但这似乎对于使用 postgresql 执行任何操作都是至关重要的。
以后不需要完全重新安装,可以通过以下方式更改密码:
ALTER USER postgres WITH PASSWORD '<newPassword>';