質問編集履歴
2
解決
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
psql: error: FATAL: Peer authentication failed for user "postgres"のエラー解消
|
1
|
+
psql: error: FATAL: Peer authentication failed for user "postgres"のエラー解消
|
body
CHANGED
@@ -1,10 +1,4 @@
|
|
1
|
-
※投稿しましたが解決しました。すみません。
|
2
|
-
下記のコマンドでログインできました。
|
3
|
-
sudo su - postgres
|
4
|
-
psql
|
5
1
|
|
6
|
-
|
7
|
-
|
8
2
|
### 実現したいこと
|
9
3
|
|
10
4
|
Window10でWSL上でpostgresqlを使用する時にpsqlが使用できない。
|
1
解決しました
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
psql: error: FATAL: Peer authentication failed for user "postgres"のエラー解消
|
1
|
+
psql: error: FATAL: Peer authentication failed for user "postgres"のエラー解消 ※解決済
|
body
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
※投稿しましたが解決しました。すみません。
|
2
|
+
下記のコマンドでログインできました。
|
3
|
+
sudo su - postgres
|
4
|
+
psql
|
5
|
+
|
6
|
+
|
7
|
+
|
1
8
|
### 実現したいこと
|
2
9
|
|
3
10
|
Window10でWSL上でpostgresqlを使用する時にpsqlが使用できない。
|
@@ -31,4 +38,5 @@
|
|
31
38
|
// "local" is for Unix domain socket connections only
|
32
39
|
local all all trust
|
33
40
|
|
34
|
-
エラーは同じでした。
|
41
|
+
エラーは同じでした。
|
42
|
+
|