💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
一:下载Mongodb安装包,下载地址:https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.2.21-signed.msi 二:安装完之后找到对应的安装目录,在安装路径下创建data\db和data\log两个文件夹 三:在安装路径下创建mongod.cfg配置文件: systemLog: destination: file path: E:\MongoDB\data\log\mongod.log storage: dbPath: E:\MongoDB\data\db 四:安装为服务(运行命令需要用管理员权限) E:\MongoDB\bin\mongod.exe --config "E:\MongoDB\mongod.cfg" --install 五:服务相关命令 启动服务:net start MongoDB 关闭服务:net stop MongoDB 六,移除服务:D:\developer\env\MongoDB\bin\mongod.exe –remove 七,测试启动地址:http://localhost:27017/