I am trying to connect to MongoDB v4.2.X
using below command and getting the error.
FailedToParse: Password must be URL Encoded for mongodb:// URL: mongodb://user:user@123@localhost:27017/my-employees?authSource=admin try 'mongo --help' for more information
The URL = mongodb://user:user@123@localhost:27017/my-employees?authSource=admin
mongodb+srv://user:password@localhost:27017/my-employees?authSource=admin
– Lindie