我正在尝试使用以下连接字符串连接到我的mongo数据库varMongo_url='mongodb://MyUSer:tech@localhost:27017/chatme?authSource=admin';我收到错误assertionError:null=={[MongoError:Authenticationfailed.]name:'MongoError',message:'Authenticationfailed.',ok:0,code:18,谁能帮我清除这个“authSource=admin”的东西。 最佳答案 这是包含用