Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (47.6k points)

I am trying to test out mongoDB and see if it is anything for me. I downloaded the 32bit windows version, but have no idea on how to continue from now on.

I normally use the WAMP services for developing on my local computer. Can I run mongoDB on Wamp?

However, what's the best (easiest) way to make it work on windows?

Thanks!

2 Answers

0 votes
by (106k points)

To install mongoDB you need to start mongoDB database with command after a directory has been created C:/database_mongo

mongod --dbpath=C:/database_mongo/

You can then connect to mongodb using commands.

0 votes
by (108k points)

  • Download the zip file http://www.mongodb.org/downloads

  • Extract the zip file and copy the files into your desired location.

  • Then start the DB engine.

  • At last, test the installation and use it.

Related questions

0 votes
2 answers
0 votes
1 answer
0 votes
2 answers
+1 vote
1 answer
asked Sep 26, 2019 in SQL by chandra (29.3k points)

Browse Categories

...