如何连接到 MongoDB
mongosh "mongodb://localhost:27017" --authenticationDatabase admin -u root
# --authenticationDatabase: 指定鉴权数据库
# -u:指定登录账号
    代码改变世界
mongosh "mongodb://localhost:27017" --authenticationDatabase admin -u root
# --authenticationDatabase: 指定鉴权数据库
# -u:指定登录账号
