Answers for "how to install mongodb on windows local machine"

1

windows start mongodb server

// Add the folder containing mongod to your PATH variable (see source for how)
// usually located here: 'C:Program FilesMongoDBServer4.4bin'
// open cmd.exe and run this command;
start mongod
Posted by: Guest on March-20-2021
1

run mongodb on desktop

"C:Program FilesMongoDBServer4.4binmongo.exe"
Posted by: Guest on April-19-2021
-1

install mongodb 2018 instructions

vim .bash_profile
Posted by: Guest on March-19-2020

Code answers related to "how to install mongodb on windows local machine"

Browse Popular Code Answers by Language