質問するログイン新規登録

質問編集履歴

1

エラー内容追記

2021/10/08 16:42

投稿

tex999
tex999

スコア4

title CHANGED
File without changes
body CHANGED
@@ -14,6 +14,12 @@
14
14
  print(doc)
15
15
  ```
16
16
 
17
+ エラー内容
18
+ ```ここに言語を入力
19
+ raise OperationFailure(errmsg, code, response, max_wire_version)
20
+ pymongo.errors.OperationFailure: Authentication failed., full error: {'ok': 0.0, 'errmsg': 'Authentication failed.', 'code': 18, 'codeName': 'AuthenticationFailed'}
21
+ ```
22
+
17
23
  **MongoDBユーザー認証設定でやったこと**
18
24
  root権限を与えたユーザーを作成
19
25
  ```ここに言語を入力