About 769,000 results
Open links in new tab
  1. two mongoDB version commands returning different versions

    Sep 12, 2019 · when i am running mongo -version it showing a different version than when i am running db.version() from Mongo shell. how this is possible and which is the correct version.

  2. alias not working with my mongo --eval command - Super User

    2 I have the following mongo shell command to delete all users that aren't admins

  3. Sign in with mongo shell without having my password shown?

    Aug 1, 2014 · 4 How can I sign into the mongo shell without showing my password? Everything says to either use mongo -u user -p password --authenticationDatabase admin or mongo > …

  4. database - Mongodb, mongoimport, uncaught exception: …

    Jan 25, 2022 · Mongodb, mongoimport, uncaught exception: SyntaxError: unexpected token: identifier : @ (shell):1:15 Ask Question Asked 6 years, 2 months ago Modified 2 months ago

  5. mongodb - javascript in mongoshell - Super User

    Sep 5, 2019 · The mongo shell only implicity prints the last value returned in a statement. If you want output printed within your for loop, you should use an explicit print().

  6. MongoDB Authentication (user won't change) - Super User

    Apr 5, 2019 · This is a somewhat legacy carryover from older versions of MongoDB (2.2 and earlier) that had more simplistic per-database authentication without custom roles and …

  7. How to connect to the mongo image in Windows 10 local - Super …

    I am trying to connect to docker mongo image in my local windows machine, I installed mongodb in local, and added the mongodb bin path to windows path environment variable. And I am …

  8. MongoDB: Getting SSL peer certificate validation failed: self signed ...

    The client mongo shell in your case, needs to specify --sslPEMKeyFile to pass the clients PEM file. See also mongo shell SSL configuration or Tutorial: configure SSL for clients. The 2 last …

  9. how to login to mongodb in bigbluebutton html5 - Super User

    Aug 15, 2019 · How do I connect to the installed mongodb? How many users are defined for mongodb when bbb is installed? root@srv53607:~# mongo mongo MongoDB shell version …

  10. Problems connecting using MongoDB Compass - Super User

    I can successfully query the collection using mongo shell and node.js driver but not through Compass. If someone could tell me what I'm doing wrong I'd appreciate it.