Answers for "install mongodb command line windows"

1

windows start mongodb server

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

open mongo shell windows

"C:\Program Files\MongoDB\Server\YOUR_VERSION\bin\mongo.exe"
Posted by: Guest on May-11-2021

Code answers related to "install mongodb command line windows"

Browse Popular Code Answers by Language