MongoDB - shutting down with code:62

后端 未结 10 881
既然无缘
既然无缘 2020-12-05 17:58

I followed the MongoDB Docs to run my MongoDB in macOS,

When I start MongoDB using the terminal get this error:

Shutting down with code: 62

10条回答
  •  我在风中等你
    2020-12-05 18:09

    In your directory C:, you may see the folder "data", and do:

    mkdir -p data\db
    

    in your command prompt in that location.

提交回复
热议问题