New to MongoDB Can not run command mongo

前端 未结 15 2302
孤独总比滥情好
孤独总比滥情好 2021-01-29 20:00

I was trying to run MongoDB:

   E:\\mongo\\bin>mongod
    mongod --help for help and startup options
    Sun Nov 06 18:48:37
    Sun Nov 06 18:48:37 warning:          


        
15条回答
  •  心在旅途
    2021-01-29 20:15

    For Windows 7

    You may specify an alternate path for \data\db with the dbpath setting for mongod.exe,

    as in the following example:

    c:\mongodb\bin\mongod.exe --dbpath c:\mongodb\data\db
    

    or

    you can set dbpath through Configuration File.

提交回复
热议问题