创建配置文件:mongodb\mongod.cfg
systemLog:
destination: file
path: c:\mongodb\data\log\mongod.log
storage:
dbPath: c:\mongodb\data\db
安装为服务(运行命令需要用管理员权限):C:\mongodb\bin\mongod.exe --config "C:\mongodb\mongod.cfg" --install
启动服务:net start MongoDB
关闭服务:net stop MongoDB
移除服务:C:\mongodb\bin\mongod.exe --remove
下载客户端程序:https://download.robomongo.org/1.2.1/windows/robo3t-1.2.1-windows-x86_64-3e50a65.zip
解压到指定目录,打开robo3t.exe并连接到localhost:27017