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