PHP Driver | MongoDB 4.0 | MongoDB 3.6 | MongoDB 3.4 | MongoDB 3.2 | MongoDB 3.0 | MongoDB 2.6 |
---|---|---|---|---|---|---|
PHPLIB 1.4 + mongodb-1.5 | ✓ | ✓ | ✓ | ✓ | ✓ | |
PHPLIB 1.3 + mongodb-1.4 | ✓ | ✓ | ✓ | ✓ | ✓ | |
PHPLIB 1.2 + mongodb-1.3 | ✓ | ✓ | ✓ | ✓ | ||
PHPLIB 1.1 + mongodb-1.2 | ✓ | ✓ | ✓ | ✓ | ||
PHPLIB 1.0 + mongodb-1.1 | ✓ | ✓ | ✓ | |||
mongodb-1.0 | ✓ | ✓ |
标签归档:mongodb
mongodb 3.4 官方资源导航
1. keyfiles内部验证
https://docs.mongodb.com/manual/core/security-internal-authentication/#keyfiles
2. 使用keyfile进行复制集之间的验证
https://docs.mongodb.com/manual/tutorial/enforce-keyfile-access-control-in-existing-replica-set/
3. 用户权限规矩
https://docs.mongodb.com/manual/reference/built-in-roles/#built-in-roles
** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine
卸载分区
umount /mnt/mongo
格式化为xfs(会丢失所有数据)
mkfs.xfs /dev/mapper/vg1-lvMongo -f
修改fstab,类型修改为xfs
vim /etc/fstab
change ext4 to xfs
自动挂载
mount -a