I’m trying to install mongoDB on my wamp, and it just don’t work. I’ve read all the related questions here, but my problem is once I open mongod.exe it gets stuck on the message:
[initandlisten] waiting for connections on port 27017
[websvr] web admin interface listening on port 28017
I’ve disabled all my firewalls and still nothing seems to happen. What can I do?
Thank you
It doesn’t look like it’s stuck. It looks like it’s actively listening for connections. (At least, based on the information you’ve provided.) Can you connect to it?
For example, what happens when you point your web browser to http://localhost:28017 or when you try to connect to the database from (I’m assuming) your code?