About 735,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 admin; …

  2. 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, 5 months ago Modified 26 days ago

  3. database - Mongodb, mongoimport, uncaught exception: SyntaxError ...

    Jan 25, 2022 · Mongodb, mongoimport, uncaught exception: SyntaxError: unexpected token: identifier : @ (shell):1:15 Ask Question Asked 6 years, 1 month ago Modified 27 days 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 privileges. To see current …

  5. 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 ones I added …

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

  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-shell but it is …

  8. Issues upgrading from MongoDB version 3.6 to 4.0 on Debian 10 - Buster

    Feb 2, 2024 · Im running mongo 3.6.23 on Debian 10 and I'd like to upgrade it to 7.0. From what I've read online, mongo needs to be updated in release order to avoid errors. However, it seems like …

  9. 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 I...

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