About 690,000 results
Open links in new tab
  1. Sign in with mongo shell without having my password shown?

    Aug 1, 2014 · 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 > use …

  2. 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

  3. I just cannot install Mongodb in my Ubuntu 20.04 - Super User

    Jul 3, 2022 · I just cannot install Mongodb in my Ubuntu 20.04 Ask Question Asked 3 years, 6 months ago Modified 1 month ago

  4. 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 …

  5. 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.

  6. MongoDB: Getting SSL peer certificate validation failed: self …

    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 ones I …

  7. Can't install mongodb on debian 10 using official instructions

    Oct 11, 2019 · Following the official documentation sudo apt-get install -y mongodb-org returns The following packages have unmet dependencies: mongodb-org : Depends: mongodb-org …

  8. linux - Conflict when installing MongoDB - Super User

    I have a server with CentOS 7, I would like to install mongoDB. I tried installing it typing: sudo yum install mongodb with no problems, then I do mongod I get: -bash: mongod: command not found …

  9. 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().

  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.