赞
踩
问题描述:
root 用户访问不了,mongodb 下的其他的collection 集合,
报错:Can not catch com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.'
解决方式:
在需要连接的集合上创建用户
db.createUser({user:"userName",pwd:"userPassword",roles:[{role:"readWrite",db:"dbName"}]})
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。