勤劳大侠

文章
3
资源
0
加入时间
2年10月18天

Linux-MongoDB命令导入json

一、collection 导入 json# 进入服务器terminal $ mongoimport --db xxx --collection xxx --jsonArray ~/xxx.json# 若无法使用,即没有添加到 profile里,需到mongo目录下使用# 查看 mongodb.conf,一般在 /etc 目录,其中有 mongodb 的 dbpath# 进入 dbpath $ cd xxxx $ mongoimport --db xxx --collection xxx --j