win7 64位下 mongodb安装及命令运行

有网友老催我把框架加上mongodb的支持,于是偶尔抽空看了看相关的文章。

 

今天有缘,就把mongodb安装了一下,中间遇到了小小的问题,So,把整个过程记录一下:

1:先上官网:http://www.mongodb.org/downloads

下载最新的:

 

下载完后文件名为:mongodb-win32-x86_64-2.4.6.zip

解压到当你要安装的目录,然后我把目录名给改短了一下,叫mongodb246,放在了e盘下。

2:用cmd运行目录下bin下的mongod.exe来安装服务:

--reinstall 是重新安装,首次安装没有开--reset参数,所以用了重装参数。

--install 是安装。 

 

另外中间我犯了一个错,把logpath 弄成了文件夹(本应该是一个文件名称),结果搞了一个失败的服务,还删不掉。。悲催。

(后来重启电脑后,那个删不掉的服务自己消失了)

具体的参数如下,比较多,简单的就是像我上面的图一样,参考着写就可以了:

如果看不懂E文,可以复制拿去Google翻译文档。 

E:\mongodb246\bin>mongod.exe -help

Allowed options:

General options:

  -h [ --help ]               show this usage information

  --version                   show version information

  -f [ --config ] arg         configuration file specifying additional options

  -v [ --verbose ]            be more verbose (include multiple times for more

                              verbosity e.g. -vvvvv)

  --quiet                     quieter output

  --port arg                  specify port number - 27017 by default

  --bind_ip arg               comma separated list of ip addresses to listen on

                              - all local ips by default

  --maxConns arg              max number of simultaneous connections - 20000 by

                              default

  --logpath arg               log file to send write to instead of stdout - has

                              to be a file, not directory

  --logappend                 append to logpath instead of over-writing

  --pidfilepath arg           full path to pidfile (if not set, no pidfile is

                              created)

  --keyFile arg               private key for cluster authentication

  --setParameter arg          Set a configurable parameter

  --auth                      run with security

  --cpu                       periodically show cpu and iowait utilization

  --dbpath arg                directory for datafiles - defaults to \data\db\

  --diaglog arg               0=off 1=W 2=R 3=both 7=W+some reads

  --directoryperdb            each database will be stored in a separate

                              directory

  --ipv6                      enable IPv6 support (disabled by default)

  --journal                   enable journaling

  --journalCommitInterval arg how often to group/batch commit (ms)

  --journalOptions arg        journal diagnostic options

  --jsonp                     allow JSONP access via http (has security

                              implications)

  --noauth                    run without security

  --nohttpinterface           disable http interface

  --nojournal                 disable journaling (journaling is on by default

                              for 64 bit)

  --noprealloc                disable data file preallocation - will often hurt

                              performance

  --noscripting               disable scripting engine

  --notablescan               do not allow table scans

  --nssize arg (=16)          .ns file size (in MB) for new databases

  --profile arg               0=off 1=slow, 2=all

  --quota                     limits each database to a certain number of files

                              (8 default)

  --quotaFiles arg            number of files allowed per db, requires --quota

  --repair                    run repair on all dbs

  --repairpath arg            root directory for repair files - defaults to

                              dbpath

  --rest                      turn on simple rest api

  --slowms arg (=100)         value of slow for profile and console log

  --smallfiles                use a smaller default file size

  --syncdelay arg (=60)       seconds between disk syncs (0=never, but not

                              recommended)

  --sysinfo                   print some diagnostic system information

  --upgrade                   upgrade db if needed

Windows Service Control Manager options:

  --install                install Windows service

  --remove                 remove Windows service

  --reinstall              reinstall Windows service (equivalent to --remove

                           followed by --install)

  --serviceName arg        Windows service name

  --serviceDisplayName arg Windows service display name

  --serviceDescription arg Windows service description

  --serviceUser arg        account for service execution

  --servicePassword arg    password used to authenticate serviceUser

Replication options:

  --oplogSize arg       size to use (in MB) for replication op log. default is

                        5% of disk space (i.e. large is good)

Master/slave options (old; use replica sets instead):

  --master              master mode

  --slave               slave mode

  --source arg          when slave: specify master as <server:port>

  --only arg            when slave: specify a single database to replicate

  --slavedelay arg      specify delay (in seconds) to be used when applying

                        master ops to slave

  --autoresync          automatically resync if slave data is stale

Replica set options:

  --replSet arg           arg is <setname>[/<optionalseedhostlist>]

  --replIndexPrefetch arg specify index prefetching behavior (if secondary)

                          [none|_id_only|all]

Sharding options:

  --configsvr           declare this is a config db of a cluster; default port

                        27019; default dir /data/configdb

  --shardsvr            declare this is a shard db of a cluster; default port

                        27018

安装好后,浏览器运行:http://127.0.0.1:28017 打开有东西就说明装上了,按理是localhost:端口可上的,不知我电脑是有缓存还是咋的,没反应,换上IP刷新就好了。

打开是这么个界面:

目前着实没看出什么信息,基本正常到此,可能会被卡住,不知道后续干什么了。 

3:链接进入命令模式:

正常来说,在cmd命令下,运行E:\>mongodb246\bin\mongo.exe,(路径自己弄对)直接就连上了:

之后可以运行点命令测试下,如:

相关基础命令可以看:http://docs.mongodb.org/manual/tutorial/getting-started/

再接下来,就是怎么用代码开发的问题了,详情见:http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/

剩下的抽空再看了~~~ 

时间: 2024-12-22 18:20:04

win7 64位下 mongodb安装及命令运行的相关文章

32位-win7 64位下安装PL/SQL Developement扔无法使用

问题描述 win7 64位下安装PL/SQL Developement扔无法使用 首先,我从命令台那是可以登入Oracle的,说明了我的数据库安装是没问题的.然后,我按照网上说的,1下了Oracle32位的客户端,并且解压在了Oracle的安装目录的product同级目录下,也把安装目录下的NETWORKADMIN拷贝到了解压的客户端文件中,2.还在PL/SQL Developement的设置中设置了相应的Oracle Home和OCI library路径配置,3也在我的电脑的环境变量中设置了相

Win7 64位下原有oracle11g再安装oracle10g冲突吗

问题描述 Win7 64位下原有oracle11g再安装oracle10g冲突吗 Win7 64位下原有oracle11g再安装oracle10g冲突吗

php-imagick 安装扩展再win7 64位下不知如何安装

问题描述 imagick 安装扩展再win7 64位下不知如何安装 我现在的php 版本是 5.4 然后再网上知道想对应的 imagick dll phpinfo()始终看不到 搞了 一天了 求帮助啊 解决方案 http://www.myexception.cn/php/849722.html 解决方案二: 64位Win7安装oracle用U盘安装64位win7win7 64位下安装 cgal----------------------

vc++-win7 64位下建立MFC工程不行

问题描述 win7 64位下建立MFC工程不行 每次建立MFC工程总是提示"fatal error RC1015:cannot open include file 'afxeres.h'."这样的提示. 解决方案 用VS2010创建,用VC6的话你安装的可能是精简版,缺少MFC的库

Win7 64位下PowerDesigner连接64位Oracle11g数据库

原文:Win7 64位下PowerDesigner连接64位Oracle11g数据库 操作系统:WIN7 64旗舰版 Oracle版本:64位11g PowerDesigner版本:15.1 问题描述:因为PowerDesigner是32的程序,连接数据库会默认开启32位的ODBC,因此无法使用Oracle11g的驱动程序 解决方法:下载安装Oracle11g客户端win32_11gR2_client.zip => 选择客户端的提供程序连接Oracle 详细步骤: 1.下载Oracle11g客户

Win7 64位下的CHM

  最近下了几个沪江资料,都是chm格式的,但是在win7 64位下,都显示不了里面的音频和视频flash之类的控件,虽然可以通过源文件的方式打开视频文件,但是很麻烦. 网上似乎碰到的人也不是很多,基本就找到几个相关帖子.主要问题还是chm的打开的程序的问题,借用baidu chm解释如下 CHM是英语"Compiled Help Manual"的简写,即"已编译的帮助文件".CHM是微软新一代的帮助文件格式,利用HTML作源文,把帮助内容以类似数据库的形式编译储存

在win7 64位下出现异常:未将对象引用设置到对象的实例

  您好,win7的确有这个问题,已经反馈给作者,其实很多.net写的应用会出现这样的错误,然后无视它的话,能继续用就好了,这个似乎不行. 电脑模拟乐器软件1.20 绿色版"在win7 64位下出现异常:未将对象引用设置到对象的实例.具体情况如下:‍ ************** 异常文本 ************** ************** 已加载的程序集 ************** mscorlib 程序集版本: 2.0.0.0 Win32 版本: 2.0.50727.5477 (W

win7 64位下 excel 连接odbc 数据源报错,32位下可以正常

问题描述 win7 64位下 excel 连接odbc 数据源报错,32位下可以正常 odbc数据源32位 excel 32位 配置的odbc数据源如图所示 在excel中 连接到odbc数据源 这种错误怎么解决 解决方案 你选错驱动了,这是Oracle的驱动,不是Access的. 解决方案二: WIN7 64位 ODBC连接Oracle 32位报错问题

win7 64位系统JDK安装配置环境变量教程_java

由于重做系统,平时需要进行android类编译反编译工作,于是重新装了下JDK并把过程记录分享出来. 具体步骤 首先,下载JDK安装包,到官网http://www.oracle.com/technetwork/java/javase/downloads/index.html进行下载,点左边的Java Platform (JDK) 7u51进入下一个下载页面, 点左边的Accept License Agreement,接受许可协议,方能下载,由于我装的WIN7 64位系统,所以选对应的64位安装包