質問編集履歴
2
改行できていないところの修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,10 @@
|
|
6
6
|
### 発生している問題・エラーメッセージ
|
7
7
|
[vagrant@localhost bin]$ cqlsh localhost
|
8
8
|
```
|
9
|
-
Connection error: ('Unable to connect to any servers', {'127.0.0.1':
|
9
|
+
Connection error: ('Unable to connect to any servers', {'127.0.0.1':
|
10
|
+
error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error:
|
11
|
+
Connection refused"), '::1': error(111, "Tried connecting to [('::1',
|
12
|
+
9042, 0, 0)]. Last error: Connection refused")})
|
10
13
|
[
|
11
14
|
```
|
12
15
|
|
1
題名修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Connection errorが出ている場合の解決方法について
|
1
|
+
cqlsh実行で、Connection errorが出ている場合の解決方法について
|
body
CHANGED
File without changes
|