Cannot import mongodb

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

    mongoimport is to be run on the terminal and not inside the mongo shell. To run mongoimport in terminal, you will need to install the same. On ubuntu, you can do : apt-get install mongo-tools Hope this helps :)

提交回复
热议问题