新しいユーザーを作成したが、データベースにログインできない。
私はそれを次のようにします:
postgres@Aspire:/home/XXX$ createuser dev
Shall the new role be a superuser? (y/n) n
Shall the new role be allowed to create databases? (y/n) y
Shall the new role be allowed to create more new roles? (y/n) y
次に、データベースを作成します。
postgres@Aspire:/home/XXX$ createdb -O dev test_development
その後、私psql -U dev -W test_development
はログインしようとしましたが、エラーが発生します:
psql: FATAL: Peer authentication failed for user "dev"
問題を解決しようとしましたが、失敗しました。
--interactive
:コマンドにcreateuser --interactive joe