server returned error on SASL authentication step: Authentication failed

后端 未结 7 1349
死守一世寂寞
死守一世寂寞 2020-12-12 20:14

The following is my MongoDB connection dial from GoLang. But it\'s returning a panic \"server returned error on SASL authentication step: Authentication failed.\".

7条回答
  •  情歌与酒
    2020-12-12 20:48

    mgo returns this error if username, password or database are wrong. Check your credentials twice. There are no other situations when you can see Authentication failed error message.

提交回复
热议问题