質問編集履歴

2

改行できていないところの修正

2019/05/05 07:14

投稿

kenji267
kenji267

スコア50

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,13 @@
14
14
 
15
15
  ```
16
16
 
17
- Connection error: ('Unable to connect to any servers', {'127.0.0.1': error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error: Connection refused"), '::1': error(111, "Tried connecting to [('::1', 9042, 0, 0)]. Last error: Connection refused")})
17
+ Connection error: ('Unable to connect to any servers', {'127.0.0.1':
18
+
19
+ error(111, "Tried connecting to [('127.0.0.1', 9042)]. Last error:
20
+
21
+ Connection refused"), '::1': error(111, "Tried connecting to [('::1',
22
+
23
+ 9042, 0, 0)]. Last error: Connection refused")})
18
24
 
19
25
  [
20
26
 

1

題名修正

2019/05/05 07:14

投稿

kenji267
kenji267

スコア50

test CHANGED
@@ -1 +1 @@
1
- Connection errorが出ている場合の解決方法について
1
+ cqlsh実行で、Connection errorが出ている場合の解決方法について
test CHANGED
File without changes