mongoexport syntax error message

前端 未结 2 1863
梦毁少年i
梦毁少年i 2021-01-02 12:05

I\'m working with mongodb 2.4.3 and I cannot get mongoexport to work. The error message I get with each command is: \"JavaScript execution failed: SyntaxError: Unexpe

2条回答
  •  佛祖请我去吃肉
    2021-01-02 12:23

    I found out that running mongoexport from the mongo client--as I was doing--is incorrect. Mongoexport is executed at the command prompt.

提交回复
热议问题