//指定用户名和密码连接到指定的MongoDB数据库 mongo 192.168.1.200:27017/admin -u user -p password use youDbName 1.MongoDB 查询所有索引的命令: 2.MongoDB 创建索引的命令: Unique Index: 注: MongoDB无法创建指定的索引字段唯一索引(S)如果集合已经包含了将违反唯一性约束的数据指标. MongoDB cannot create a unique index on the specifi…