关于MongoDB数据服务的安装与卸载------Lujunwei

来源:互联网 发布:李弘基变脸软件 编辑:程序博客网 时间:2024/06/07 13:58

平台:win7-旗舰版

数据库的安装下载地址为:http://dl.mongodb.org/dl/win32/x86_64

使用的版本为2.69;

根据此URL安装以及配置MongoDB数据库的服务;

URL:https://jingyan.baidu.com/article/d5c4b52bef7268da560dc5f8.html

装载服务为:

mongod --config D:\mongodb\mongo.config --install --serviceName "MongoDB

卸载服务只需将install 更改为 remove :亲测可用!

注意大小写!!!


原创粉丝点击