MongoDB - shutting down with code:62

后端 未结 10 859
既然无缘
既然无缘 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:20

    Delete the data directory where MongoDB stored and create again.

    rmdir data
    

    And:

    mkdir data/db
    

提交回复
热议问题