中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Centos7 mongodb安裝筆記

發布時間:2020-02-14 11:09:13 來源:網絡 閱讀:574 作者:lihuipeng 欄目:MongoDB數據庫

配置系統源

cat /etc/yum.repos.d/mongodb-org-4.2.repo

[mongodb-org-4.2]
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.2/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-4.2.asc

安裝

yum install -y mongodb-org
systemctl start mongod.service

配置用戶

use admin
db.createUser({ user:"root", pwd:"123456", roles:["root"] })
use test
db.createUser({ user:"admin", pwd:"123456", roles:["dbOwner"] })

修改配置文件/etc/mongod.conf

# mongod.conf

# for documentation of all options, see:
#   http://docs.mongodb.org/manual/reference/configuration-options/

# where to write logging data.
systemLog:
  destination: file
  logAppend: true
  path: /var/log/mongodb/mongod.log

# Where and how to store data.
storage:
  dbPath: /data/mongo
  journal:
    enabled: true
#  engine:
#  wiredTiger:

# how the process runs
processManagement:
  fork: true  # fork and run in background
  pidFilePath: /var/run/mongodb/mongod.pid  # location of pidfile
  timeZoneInfo: /usr/share/zoneinfo

# network interfaces
net:
  port: 27017
  bindIp: 0.0.0.0  # Enter 0.0.0.0,:: to bind to all IPv4 and IPv6 addresses or, alternatively, use the net.bindIpAll setting.

security:
  authorization: "enabled"

#operationProfiling:

#replication:

#sharding:

## Enterprise-Only Options

#auditLog:

#snmp:
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

辽宁省| 鹤庆县| 和龙市| 体育| 菏泽市| 呼玛县| 车险| 巴楚县| 神农架林区| 温州市| 中西区| 邹城市| 奉节县| 浦东新区| 东莞市| 富民县| 和田县| 辉南县| 全椒县| 武定县| 建宁县| 石屏县| 彰化市| 建德市| 南昌市| 临颍县| 福贡县| 比如县| 承德县| 宽城| 石嘴山市| 博客| 鄄城县| 牡丹江市| 陇西县| 兰州市| 武陟县| 濉溪县| 洛宁县| 贺州市| 德兴市|