MongoDB Compass 无法连接到数据库,因为密码包含未转义字符
我有 mongo db 凭证,其中有一个 [。我收到一条错误消息,提示“密码包含未转义的字符”。我不知道如何在保留密码更改的同时进行纠正。对此的任何帮助将不胜感激。
I have mongo db credentials that have a [ in it. I am getting an error that says "Password contains unescaped characters". I don't know how to rectify while keeping the password the change. Any help on this would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
今天发生在我身上。
只需将未转义的字符替换为转义的代码即可。有用。
https://docs.microfocus.com/OMi/ 10.62/Content/OMi/ExtGuide/ExtApps/URL_encoding.htm
It happened to me today.
Just replace the unescaped characters with the escaped code. It works.
https://docs.microfocus.com/OMi/10.62/Content/OMi/ExtGuide/ExtApps/URL_encoding.htm