PostgreSQL 8.4、Postgresクライアント、Pgadmin 3をインストールしました。コンソールクライアントとPgadminの両方で、ユーザー「postgres」の認証に失敗しました。以前は機能していたので、ユーザーを「postgres」、パスワードを「postgres」と入力しました。ただし、認証は失敗します。私はこの問題なく数回前にそれをしました。私は何をすべきか?そして、何が起こりますか?
psql -U postgres -h localhost -W
Password for user postgres:
psql: FATAL: password authentication failed for user "postgres"
FATAL: password authentication failed for user "postgres"
ALTER
ステップ、次にファイルを編集しpg_hba.conf
、次にpostgresを再起動します。