摘要: 备份 1.打开命令提示符窗口 2.进入mongodb文件夹 cd D:\Program Files\MongoDB\Server\4.2\bin 3.执行备份指令 mongodump -h 127.0.0.1 -d test -o d:/data -h:MongDB所在服务器地址,例如:127.0. 阅读全文
posted @ 2020-07-13 09:33 cvtv 阅读(158) 评论(0) 推荐(0) 编辑