【发布时间】:2022-10-05 15:59:52
【问题描述】:
当我尝试使用此连接字符串连接到 Mongo 实例时
mongodb://root:password@localhost:27017/
但是,当我尝试在连接字符串中指定数据库名称时,一切正常
IE
mongodb://root:password@localhost:27017/storefont
我收到以下错误MongoDB 连接错误:MongoNetworkError:首次连接时无法连接到服务器 [localhost:27017] [MongoError:身份验证失败。
【问题讨论】: