Answers for "mongodb install windows local"

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

install mongodb

brew services stop mongodb
brew uninstall homebrew/core/mongodb

brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-community
Posted by: Guest on July-28-2021

Browse Popular Code Answers by Language