文章分类 -  mongo

摘要:连接 mongo -u root -p uex@2021 备份所有数据库 mongodump -h 127.0.0.1:27017 -u root -p uex@2021 -o /data/t/ 恢复所有 mongorestore -h 127.0.0.1:27017 -u root -p uex@ 阅读全文
posted @ 2022-01-25 16:37 Linux_小白