Santosh
Santosh

Reputation: 1

In Mongo shell typing any string and press enter, the string gets duplicated

I am facing very unusual issue in Mongo shell.

Issue: Wherever I try to query any string in mongo shell, the query string gets repeated (or duplicated) after pressing enter instead what i type.

For example: if i type show dbs and press enter, i get the output but if i check the command which i typed, it gets repeated(or duplicated)

rs0:PRIMARY> show dbs
show dbs
admin                     0.000GB
config                    0.000GB
local                     0.327GB

Any idea why its happening or how to fix it?

Please help

Upvotes: 0

Views: 42

Answers (1)

Santosh
Santosh

Reputation: 1

Issue was with Old version of SecureCRT (via which i used login to MongoDB), switched to MobaXterm and all fine now!

Upvotes: 0

Related Questions