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>';