mongodb指定路径启动命令:mongod.exe --dbpath D:\Data\db
若路径中带有空格,需要放在双引号中: mongod.exe --dbpath "C:Program File\Data\db"
注册为服务后在命令窗口输入 "net start 服务名称" 就可以启动服务了,关闭为 "net stop 服务名称"