MongoDB installation on Windows -
i new mongodb , trying install mongodb on windows 8.1. after finished .msi installtion , prompt c:\program files\mongodb\server\3.4\bin\mongod.exe -dbpath e:\mongodb\data\dbon cmd command, folder e:\mongodb\data\db has been created manually. after input command on cmd, seems program stops @ [thread1] waiting connections on port 27017 , nothing long time.
so knows what's wrong , how fix it?many thanks.
as stated in documentation, waiting connections on port 27017 means mongodb running succesfuly(server instance). need connect mongodb through mongo.exe shell using cmd instance (client instance).
the waiting message in first console change connection accepted, , can start working on client side.

Comments
Post a Comment