MongoDB 用户验证登陆


MongoDB 用户验证登陆

1
mongo --port 27017 -u "adminUser" -p "adminPass" --authenticationDatabase "admin"