セルンのブック
mindiaセルンのブック見出し語

Ident authentication failed for user "postgres"

セルン · 2010-02-18 更新

次の様なエラーが出力された場合、pg_hba.confを修正する
Ident authentication failed for user "postgres"

変更
host all all 127.0.0.1/32 ident sameuser

変更
host all all 127.0.0.1/32 trust

修正したらpostgresqlの再起動を行う

関連する見出し語