mongodb官方练习数据库

提供一个mongodb官方练习数据库,如果自己注册请到https://cloud.mongodb.com/,需要。


mongodb官方练习数据库_第1张图片

下载客户端

mongodb官方练习数据库_第2张图片


安装后有mongo.exe。

执行以下命令:

shell 3.6

mongo "mongodb+srv://cluster0-5hyps.mongodb.net/test--authenticationDatabase admin --username root --password 


shell 3.4

mongo "mongodb://cluster0-shard-00-00-5hyps.mongodb.net:27017,cluster0-shard-00-01-5hyps.mongodb.net:27017,cluster0-shard-00-02-5hyps.mongodb.net:27017/test?replicaSet=Cluster0-shard-0" --ssl --authenticationDatabase admin --username root --password



mongo "mongodb://cluster0-shard-00-00-5hyps.mongodb.net:27017,cluster0-shard-00-01-5hyps.mongodb.net:27017,cluster0-shard-00-02-5hyps.mongodb.net:27017/test?replicaSet=Cluster0-shard-0" --authenticationDatabase admin --ssl --username root --password smallorange


说明:官方提供最大512MB数据库




你可能感兴趣的:(mongodb)