zoukankan      html  css  js  c++  java
  • pymongo.errors.OperationFailure: This MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string.

    This MongoDB deployment does not support retryable writes. Please add retryWrites=false to your connection string.

    此MongoDB部署不支持可重试写入。请将retryWrites=false添加到连接字符串中。

    如下设置即可
    client = MongoClient("192.168.52.131:27017", retryWrites="false")
  • 相关阅读:
    Linux
    Linux
    Linux
    Linux
    Linux
    shell tr命令
    grep 正则表达
    shell 运算符
    shell 重定向
    bzoj 1026 DP,数位统计
  • 原文地址:https://www.cnblogs.com/rhgaiymm/p/12036825.html
Copyright © 2011-2022 走看看