问题遇到的现象和发生背景
对MongoDB中的数据导出,工具是https://www.mongodb.com/try/download/database-tools
问题相关代码,请勿粘贴截图
mongoexport --uri mongodb+srv://账号:密码@cluster0.8edpglg.mongodb.net --collection comment --type json --out twikoo-comments.json
运行结果及报错内容
我的解答思路和尝试过的方法
https://blog.csdn.net/mijichui2153/article/details/119300233?ops_request_misc=&request_id=&biz_id=102&utm_term=mongoexport%20--uri%20mongodb+srv:&utm_medium=distribute.pc_search_result.none-task-blog-2~all~sobaiduweb~default-1-119300233.142^v39^pc_rank_34,185^v2^control&spm=1018.2226.3001.4187,参考了这篇文章,但是权限在哪改?怎么连接的数据库?只说了怎么加权限,但是完全不知道咋连上的