08 2022 档案

摘要:从一台服务器迁移到另一台: 数据导出: ./bin/mongoexport -h 127.0.0.1 -u root -p ****** --port 27017 --authenticationDatabase admin -d databaseName -c collectionName -o 阅读全文
posted @ 2022-08-14 00:45 一样菜 阅读(175) 评论(0) 推荐(0) 编辑
摘要:1、wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.5.tgz 2. tar -zxvf mongodb-linux-x86_64-4.0.5.tgz 3. cp mongodb-linux-x86_64-4.0.5 -r 阅读全文
posted @ 2022-08-13 22:50 一样菜 阅读(119) 评论(0) 推荐(0) 编辑