Cannot import mongodb

后端 未结 7 1226
余生分开走
余生分开走 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:58

    mongoimport is intended to run in command prompt and not in the mongo shell. Try exiting out of the shell and running the command.

提交回复
热议问题