博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【MongoDB】Installation of MongoDB
阅读量:4170 次
发布时间:2019-05-26

本文共 1097 字,大约阅读时间需要 3 分钟。

First what I wanna make clear is that in the official website the detailed process of installation has been described. you could call it throught the link 

http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/

in the front of the page, one question should be taken into consideration. as the following describes,

and just now I have installed the hotfix to resolve an issue with memory mapped files on windows.

according to the tip in the mongodb manual, the command "wmic os get osarchitecture" could find which version of windos you are running.  So supprising. 

because I download the zip version of software, in the software package, it contains the following content. 

and then in the d:program( I always install the devlopment software in the d:program). it depends on you. 

Now let's start the server. 

from the last sentence, we could know infomation that the server run successfully, and default port is 27017. 

use mongo command we could find the version installed , and then test success.

Exception what may happened. 

see http://blog.mongodb.org/post/137788967/32-bit-limitations

你可能感兴趣的文章
【EVB-335X-II试用体验】 上手试用与资源使用
查看>>
【EVB-335X-II试用体验】 Yocto环境的建立及Rootfs的构建与使用
查看>>
<<C++程序设计原理与实践>>粗读--chapter0 chapter1 chapter2
查看>>
<<C++程序设计原理与实践>>粗读--chapter3 chapter4 Chapter5
查看>>
<<C++程序设计原理与实践>>粗读 -- chapter8 Chapter9
查看>>
Linux Qt程序打包成一个可执行文件
查看>>
DragonBoard 410C中的Fastboot与调试串口注意事项
查看>>
跨系统的录音格式兼容性问题: iOS Android
查看>>
JVM 的垃圾回收器
查看>>
Class.forName()的作用
查看>>
mybatis标签使用
查看>>
Mybatis中insert和insertSelective区别
查看>>
Mybatis中foreach的使用
查看>>
Mybatis的缓存
查看>>
@validated注解异常返回JSON值
查看>>
@JsonFormat注解使用
查看>>
Spring的注解@DateTimeFormat
查看>>
Mybatis常见类型if标签使用
查看>>
Spring boot设置定时器类的简单方法
查看>>
Spring cloud之eureka初识
查看>>