回答編集履歴
2
修正
test
CHANGED
@@ -14,4 +14,4 @@
|
|
14
14
|
|
15
15
|
# ps aux
|
16
16
|
|
17
|
-
#ps -ef
|
17
|
+
# ps -ef
|
1
追記
test
CHANGED
@@ -5,3 +5,13 @@
|
|
5
5
|
として、postgreSQLに接続出来るか確認してみてください。
|
6
6
|
|
7
7
|
[PostgreSQLへの接続](https://www.dbonline.jp/postgresql/connect/index2.html)
|
8
|
+
|
9
|
+
|
10
|
+
|
11
|
+
p.s.
|
12
|
+
|
13
|
+
あるいは下記コマンドにて、postgresが起動しているか確認して見てください。
|
14
|
+
|
15
|
+
# ps aux
|
16
|
+
|
17
|
+
#ps -ef
|