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.

enter image description here

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

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -