相关文章推荐
安静的皮蛋  ·  VBA ...·  4 周前    · 
酷酷的毛巾  ·  fabric js scale image ...·  9 月前    · 
叛逆的斑马  ·  richtextbox and ...·  1 年前    · 
卖萌的眼镜  ·  If else - Excel ...·  1 年前    · 
  • navicat 创建monogdb库 名称为 hzd
  • spring boot 连接hzd 报错

org.springframework.data.mongodb.UncategorizedMongoDbException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='root', source='hzd', password=<hidden>, mechanismProperties=<hidden>} ;

创建集合后,需要账号,密码,并赋予读写权限

  • 账号:root
  • 密码:xxxxxxxx
db.createUser({user: "root",pwd: "XXXXXXXX",roles: [ { role: "readWrite", db: "hzd" } ]} )