adminMongo
adminMongo copied to clipboard
Username containing an unescaped at-sign
如果密码中包含@特殊字符就会出现这个问题,请问如何处理? This problem occurs if the password contains the @ special character. How do you handle this?
Hi,
Did you manage to deal with this problem? I am having password with characters like '$' or '\', and so far I could not connect mongo db via adminMongo. Is this not supported, or I am trying to add datasource inproperly?
Hi,
this is possible: you need to encode the string with percentage-encoding, and then add information about authentication database at the end of mongoConnectionUrl,like:
...?authSource=admin