Home > Database > Mysql Tutorial > MongoDB学习笔记01MongoDB的安装及使用

MongoDB学习笔记01MongoDB的安装及使用

WBOY
Release: 2016-06-07 16:04:47
Original
1076 people have browsed it

最近由于工作需要,要开始接触mongodb了,于是开始研究mongodb,研究的第一步,自然是从安装及使用开始.日后肯定还会有更多的研究学习,于是准备做下一系列相关笔记,供日后温习. 1.Windows版本安装 1)版本下载 MongoDB下载地址:http://www.mongodb.org/downloads

最近由于工作需要,要开始接触mongodb了,于是开始研究mongodb,研究的第一步,自然是从安装及使用开始.日后肯定还会有更多的研究学习,于是准备做下一系列相关笔记,供日后温习. 

1.Windows版本安装

1)版本下载

MongoDB下载地址:http://www.mongodb.org/downloads

下载相应版本,此处我下载的是64位.

安装过程很简单,和普通软件安装类似,大部分是Next,安装过程中安装类型选择的customs类型,自定义安装目录为D:/MongoDB

OK,直到最后一步finished,就完成了MongoDB的安装

2)设置数据文件路径

在D:\MongoDB里面新建logs和data文件夹

在D:\MongoDB\logs里面新建mongodb.log文件

2.配置Mongo服务端:

进入D:\MongoDB\bin目录, 按下快捷键Ctrl+Shift,同时点击右键,出现的右键菜单会多出下列一行选项

\

单击,打开命令行窗口,直接进入对应目录下

输入以下命令:

mongod --dbpath D:\MongoDB\data --logpath=D:\MongoDB\logs\mongodb.log --install

回车后完成全部安装

在命令行输入net start mongodb, 回车启动mongodb

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template