# MongoDB

# 启动&问题&解决

shell指令启动:

mongod 

报错 数据目录 D:\data\db\ 不存在

解决:

mongod --dbpath D:\mongodb\data\db