国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

mongodb-win32-x86_64-2008plus-3.4.24-signed.msi

這篇具有很好參考價值的文章主要介紹了mongodb-win32-x86_64-2008plus-3.4.24-signed.msi。希望對大家有所幫助。如果存在錯誤或未考慮完全的地方,請大家不吝賜教,您也可以點擊"舉報違法"按鈕提交疑問。

mongodb-win32-x86_64-2008plus-3.4.24-signed.msi

mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

?mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

?mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

?mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

?mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

?mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

?mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB

mongod --install --serviceName "MongoDB" --httpinterface --rest --bind_ip 0.0.0.0 --port 27017 --dbpath C:\MongoDB\Server\3.4\data\db --logpath C:\MongoDB\Server\3.4\data\log\log.txt --logappend
Microsoft Windows [版本 6.1.7601]
版權(quán)所有 (c) 2009 Microsoft Corporation。保留所有權(quán)利。

C:\Users\Administrator>cd C:\MongoDB\Server\3.4\bin

C:\MongoDB\Server\3.4\bin>

C:\MongoDB\Server\3.4\bin>mongod --help
Options:

General options:
  -h [ --help ]                         show this usage information
  --version                             show version information
  -f [ --config ] arg                   configuration file specifying
                                        additional options
  -v [ --verbose ] [=arg(=v)]           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
  --ipv6                                enable IPv6 support (disabled by
                                        default)
  --maxConns arg                        max number of simultaneous connections
                                        - 1000000 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
  --logRotate arg                       set the log rotation behavior
                                        (rename|reopen)
  --timeStampFormat arg                 Desired format for timestamps in log
                                        messages. One of ctime, iso8601-utc or
                                        iso8601-local
  --pidfilepath arg                     full path to pidfile (if not set, no
                                        pidfile is created)
  --keyFile arg                         private key for cluster authentication
  --noauth                              run without security
  --setParameter arg                    Set a configurable parameter
  --httpinterface                       enable http interface
  --transitionToAuth                    For rolling access control upgrade.
                                        Attempt to authenticate over outgoing
                                        connections and proceed regardless of
                                        success. Accept incoming connections
                                        with or without authentication.
  --clusterAuthMode arg                 Authentication mode used for cluster
                                        authentication. Alternatives are
                                        (keyFile|sendKeyFile|sendX509|x509)
  --networkMessageCompressors arg       Comma-separated list of compressors to
                                        use for network messages
  --auth                                run with security
  --jsonp                               allow JSONP access via http (has
                                        security implications)
  --rest                                turn on simple rest api
  --slowms arg (=100)                   value of slow for profile and console
                                        log
  --profile arg                         0=off 1=slow, 2=all
  --cpu                                 periodically show cpu and iowait
                                        utilization
  --sysinfo                             print some diagnostic system
                                        information
  --noIndexBuildRetry                   don't retry any index builds that were
                                        interrupted by shutdown
  --noscripting                         disable scripting engine
  --notablescan                         do not allow table scans

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]
  --enableMajorityReadConcern           enables majority readConcern

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

Storage options:
  --storageEngine arg                   what storage engine to use - defaults
                                        to wiredTiger if no data files present
  --dbpath arg                          directory for datafiles - defaults to
                                        \data\db\ which is C:\data\db\ based on
                                        the current working drive
  --directoryperdb                      each database will be stored in a
                                        separate directory
  --noprealloc                          disable data file preallocation - will
                                        often hurt performance
  --nssize arg (=16)                    .ns file size (in MB) for new databases
  --quota                               limits each database to a certain
                                        number of files (8 default)
  --quotaFiles arg                      number of files allowed per db, implies
                                        --quota
  --smallfiles                          use a smaller default file size
  --syncdelay arg (=60)                 seconds between disk syncs (0=never,
                                        but not recommended)
  --upgrade                             upgrade db if needed
  --repair                              run repair on all dbs
  --repairpath arg                      root directory for repair files -
                                        defaults to dbpath
  --journal                             enable journaling
  --nojournal                           disable journaling (journaling is on by
                                        default for 64 bit)
  --journalOptions arg                  journal diagnostic options
  --journalCommitInterval arg           how often to group/batch commit (ms)

WiredTiger options:
  --wiredTigerCacheSizeGB arg           maximum amount of memory to allocate
                                        for cache; defaults to 1/2 of physical
                                        RAM
  --wiredTigerStatisticsLogDelaySecs arg (=0)
                                        seconds to wait between each write to a
                                        statistics file in the dbpath; 0 means
                                        do not log statistics
  --wiredTigerJournalCompressor arg (=snappy)
                                        use a compressor for log records
                                        [none|snappy|zlib]
  --wiredTigerDirectoryForIndexes       Put indexes and data in different
                                        directories
  --wiredTigerCollectionBlockCompressor arg (=snappy)
                                        block compression algorithm for
                                        collection data [none|snappy|zlib]
  --wiredTigerIndexPrefixCompression arg (=1)
                                        use prefix compression on row-store
                                        leaf pages


C:\MongoDB\Server\3.4\bin>
C:\MongoDB\Server\3.4\bin>
C:\MongoDB\Server\3.4\bin>
C:\MongoDB\Server\3.4\bin>mongod --install --serviceName "MongoDB" --httpinterface --rest --bind_ip 0.0.0.0 --port 27017 --dbpath C:\MongoDB\Server\3.4\data\db --logpath C:\MongoDB\Server\3.4\data\log\log.txt --logappend

C:\MongoDB\Server\3.4\bin>
C:\MongoDB\Server\3.4\bin>
C:\MongoDB\Server\3.4\bin>net start MongoDB
MongoDB 服務(wù)正在啟動 ..
MongoDB 服務(wù)已經(jīng)啟動成功。


C:\MongoDB\Server\3.4\bin>mongo
MongoDB shell version v3.4.24
connecting to: mongodb://127.0.0.1:27017
MongoDB server version: 3.4.24
Server has startup warnings:
2023-08-05T16:58:17.407+0800 I CONTROL  [initandlisten]
2023-08-05T16:58:17.407+0800 I CONTROL  [initandlisten] ** WARNING: Access control is not enabled for the database.
2023-08-05T16:58:17.407+0800 I CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted.
2023-08-05T16:58:17.408+0800 I CONTROL  [initandlisten]
2023-08-05T16:58:17.408+0800 I CONTROL  [initandlisten] Hotfix KB2731284 or later update is not installed, will zero-out data files.
2023-08-05T16:58:17.408+0800 I CONTROL  [initandlisten]
>
>
> db
test
>
>
> exit
bye

C:\MongoDB\Server\3.4\bin>
C:\MongoDB\Server\3.4\bin>
C:\MongoDB\Server\3.4\bin>net stop MongoDB
MongoDB 服務(wù)正在停止.
MongoDB 服務(wù)已成功停止。


C:\MongoDB\Server\3.4\bin>mongod --remove
2023-08-05T17:02:56.106+0800 I CONTROL  [main] Trying to remove Windows service 'MongoDB'
2023-08-05T17:02:56.108+0800 I CONTROL  [main] Service 'MongoDB' removed

mongodb-win32-x86_64-2008plus-3.4.24-signed.msi,MongoDB,MongoDB文章來源地址http://www.zghlxwxcb.cn/news/detail-626488.html

Microsoft Windows [版本 10.0.19045.2965]
(c) Microsoft Corporation。保留所有權(quán)利。

C:\Users\Administrator>d:

D:\>
D:\>cd D:\MongoDB\Server\3.4\bin

D:\MongoDB\Server\3.4\bin>
D:\MongoDB\Server\3.4\bin>mongod --install --serviceName "MongoDB" --httpinterface --rest --bind_ip 0.0.0.0 --port 27017 --dbpath D:\MongoDB\Server\3.4\data\db --logpath D:\MongoDB\Server\3.4\data\log\log.txt --logappend

D:\MongoDB\Server\3.4\bin>
D:\MongoDB\Server\3.4\bin>net start MongoDB
MongoDB 服務(wù)正在啟動 ..
MongoDB 服務(wù)已經(jīng)啟動成功。


D:\MongoDB\Server\3.4\bin>mongo
MongoDB shell version v3.4.24
connecting to: mongodb://127.0.0.1:27017
MongoDB server version: 3.4.24
Welcome to the MongoDB shell.
For interactive help, type "help".
For more comprehensive documentation, see
        http://docs.mongodb.org/
Questions? Try the support group
        http://groups.google.com/group/mongodb-user
Server has startup warnings:
2023-11-29T16:56:25.314+0800 I CONTROL  [initandlisten]
2023-11-29T16:56:25.314+0800 I CONTROL  [initandlisten] ** WARNING: Access control is not enabled for the database.
2023-11-29T16:56:25.314+0800 I CONTROL  [initandlisten] **          Read and write access to data and configuration is unrestricted.
2023-11-29T16:56:25.314+0800 I CONTROL  [initandlisten]
>
> db
test
>
>
> exit;

D:\MongoDB\Server\3.4\bin>

到了這里,關(guān)于mongodb-win32-x86_64-2008plus-3.4.24-signed.msi的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來自互聯(lián)網(wǎng)用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實不符,請點擊違法舉報進(jìn)行投訴反饋,一經(jīng)查實,立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32‘ not found

    1.檢查版本 strings /lib/x86_64-linux-gnu/libc.so.6 | grep GLIBC 解決辦法 添加一個高級版本系統(tǒng)的源,直接升級libc6 1.打開源文件: sudo nano /etc/apt/sources.list 2.添加內(nèi)容: deb http://th.archive.ubuntu.com/ubuntu jammy main 3.升級 sudo apt-get update sudo apt-get install libc6 如有疑問,請看原文鏈接:原文鏈接

    2024年04月13日
    瀏覽(17)
  • AT24C32、AT24C64、AT24C128、AT24C256、AT24C512系列EEPROM芯片單片機(jī)讀寫驅(qū)動程序

    AT24C32、AT24C64、AT24C128、AT24C256、AT24C512系列EEPROM芯片單片機(jī)讀寫驅(qū)動程序

    1.AT24C01/AT24C02系列EEPROM芯片單片機(jī)讀寫驅(qū)動程序 2.AT24C04、AT24C08、AT24C16系列EEPROM芯片單片機(jī)讀寫驅(qū)動程序 3.AT24C32、AT24C64、AT24C128、AT24C256、AT24C512系列EEPROM芯片單片機(jī)讀寫驅(qū)動程序 4.x24Cxx系列EEPROM芯片C語言通用讀寫程序 在前兩篇博文中,分別記錄了AT24C01、AT24C02,以及AT24C04、

    2024年02月02日
    瀏覽(33)
  • D2000 debian 11 arm64 aarch64 wine-ce編譯安裝,運(yùn)行win32程序 筆記 【失敗】

    D2000 debian 11 arm64 aarch64 wine-ce編譯安裝,運(yùn)行win32程序 筆記 【失敗】

    下載源碼 yeqiang@debian:~/Downloads$ git clone https://gitee.com/wine-ce/wine-ce Cloning into \\\'wine-ce\\\'... remote: Enumerating objects: 102, done. remote: Counting objects: 100% (89/89), done. remote: Compressing objects: 100% (83/83), done. remote: Total 102 (delta 54), reused 1 (delta 1), pack-reused 13 Receiving objects: 100% (102/102), 32.75 KiB | 56

    2024年01月18日
    瀏覽(28)
  • 【微信小程序】./miniprogram\ 未找到 [1.06.2210141][win32-x64]錯誤

    出現(xiàn)問題: 微信小程序報錯誤:./miniprogram 未找到 [1.06.2210141][win32-x64]錯誤 解決方法: 在微信小程序的project.config.json文件里面找到下面這一段 改成下面即可(只改miniprogramNpmDistDir) 原因: 使用Vant weapp框架的時候,由于版本不一樣,所以需要改成新版本的寫法 正確做法:

    2024年02月12日
    瀏覽(11)
  • 【CPU】關(guān)于x86、x86_64/x64、amd64和arm64/aarch64

    【CPU】關(guān)于x86、x86_64/x64、amd64和arm64/aarch64

    為什么叫x86和x86_64和AMD64? 為什么大家叫x86為32位系統(tǒng)? 為什么軟件版本會注明 for amd64版本,不是intel64呢? ? ? x86是指intel的開發(fā)的一種32位指令集,從386開始時代開始的,一直沿用至今,是一種cisc指令集,所有intel早期的cpu,amd早期的cpu都支持這種指令集,intel官方文檔里面

    2024年02月05日
    瀏覽(26)
  • SQL2008R2x64無人值守一鍵安裝

    SQL2008R2x64無人值守一鍵安裝

    SQLFULL_x64_CHS_完美開發(fā)版_by可樂 ? 經(jīng)過多次測試,可正常運(yùn)行。 測試環(huán)境:win7,win10,win11,win8 可修改ConfigurationFile.ini參數(shù): 如有安裝失?。赫埆@取此文件解壓后的文件夾超級權(quán)限,system32文件夾超級權(quán)限,system64超級權(quán)限 右鍵獲取管理員權(quán)限.reg: https://url19.ctfile.com/f/15793

    2024年02月11日
    瀏覽(19)
  • CentOS(4)——關(guān)于Linux軟件下載時:amd64、x86、x86_64、arm64 的說明

    目錄 一、簡介 二、常見的CPU架構(gòu) 三、Linux查看CPU架構(gòu)命令 ①arch命令 ②uname -a 命令 ③lscpu 在安裝GitLab Runner的時候,去清華源下載RPM包時發(fā)現(xiàn)同一個軟件有許多不同架構(gòu)的安裝包,常見的有amd64、x86、x86_64、arm64這些架構(gòu),這就類似于Windows下安裝軟件需要區(qū)分32bit和64bit。在

    2024年02月03日
    瀏覽(36)
  • arm64-v8a、armeabi-v7a、x86、x86_64

    arm64-v8a、armeabi-v7a、x86、x86_64

    當(dāng)我們?nèi)itHub下載應(yīng)用的時候是不是經(jīng)常很懵逼,就像下圖一樣,粗看一下如此多安裝包到底要選擇下載哪個且每種安裝包到底有哪差別?畢竟因為自己一無所知,有時便隨意下載一個后,安裝時卻報『此版本與你的系統(tǒng)不兼容』的錯誤,只得一個一個下載嘗試,不但浪費(fèi)時

    2024年04月26日
    瀏覽(29)
  • Linux上x86_64架構(gòu)的動態(tài)鏈接器 ld-linux-x86-64.so.2

    /lib64/ld-linux-x86-64.so.2 是Linux操作系統(tǒng)上x86_64架構(gòu)的動態(tài)鏈接器(也稱為動態(tài)鏈接編輯器)。它負(fù)責(zé)加載和鏈接在運(yùn)行時(即程序啟動時或之后)被引用的動態(tài)庫?,F(xiàn)在,我們來深入了解其作用和重要性: 動態(tài)鏈接器的作用 : 當(dāng)運(yùn)行一個可執(zhí)行程序時,該程序可能依賴于多個動

    2024年02月02日
    瀏覽(24)
  • 匯編基礎(chǔ)(3) --X86-64

    x86_64匯編語言是一種低級程序設(shè)計語言,用于控制x86_64架構(gòu)的處理器執(zhí)行特定的指令序列。它提供了對底層硬件的直接訪問和控制,因此常用于編寫性能關(guān)鍵的系統(tǒng)軟件、驅(qū)動程序和嵌入式設(shè)備。對于熟悉高級編程語言(如C或C++)的開發(fā)者來說,了解和學(xué)習(xí)x86_64匯編語言有助

    2024年02月07日
    瀏覽(44)

覺得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包