Cannot import mongodb

后端 未结 7 1233
余生分开走
余生分开走 2020-12-03 14:36

I tried mongo import like this

  1. mongoimport -d test -c foo importfile.json
  2. mongoimport --host localhost --db local --collection lec
7条回答
  •  既然无缘
    2020-12-03 14:42

    I had the same problem and was able to figure it out after a brief struggling and googling. 1. Navigate to the bin directory in command prompt (cd c:..\bin) 2. Run the mongoimport command but you have to specify the full path of your json file. That solves the problem

提交回复
热议问题