Back

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

mongodb.bat

"C:\Program Files\MongoDB\Server\3.4\bin\mongo.exe" --dbpath "f:\mongodb\data"

My localhost Run on port: 8080

I can't mongodb connect Robomongo.

How connect robomongo connect to mongodb for Node.js in Windows8.1 64-bit?

1 Answer

0 votes
by (106k points)

You should change your mongodb.bat into the below-mentioned command:-

"C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe" --dbpath "f:\mongodb\data"

Browse Categories

...