如何连接到 MongoDB

mongosh "mongodb://localhost:27017" --authenticationDatabase admin -u root
# --authenticationDatabase: 指定鉴权数据库
# -u:指定登录账号
posted @ 2022-11-03 14:53  石乾智的博客  阅读(20)  评论(0)    收藏  举报