Where is my mongodb database?



Where is my mongodb database?..

Answer / Amrinder Kumar

By default, MongoDB stores its data on your local machine in the following location: `C:datadb` (on Windows) or `/data/db` (on Linux and macOS). However, you can customize this path by modifying the storage settings in the MongoDB configuration file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

What is a master or primary?

1 Answers  


What is difference between mongod and mongodb?

1 Answers  


Explain sharding in mongodb?

1 Answers  


How to get data from mongodb in flask?

1 Answers  


Which commands you use to lock the database in mongodb?

1 Answers  


Is mongodb support acid transactions?

1 Answers  


What is mongodb good for?

1 Answers  


How can you access different databases temporarily?

1 Answers  


How do I start mongodb in terminal?

1 Answers  


Is mongodb good for large data?

1 Answers  


How mongodb works? Explain

1 Answers  


Can you lock more than one database at the same time in mongodb?

1 Answers  


Categories