About 50 results
Open links in new tab
  1. 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 2 months ago

  2. 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, 3 months ago Modified 2 months ago

  3. MongoDB server doesn’t close when pressing Ctrl+C after changing …

    Feb 8, 2019 · But after checking the same case with an older MongoDB server (which also has the --journal parameter), ctrl + c closed the shell after I changed system date to previous date. I would like …

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

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

  9. Why is my MongoDB Kubernetes authentication not working?

    The problem is, mongosh -u admin -p does not work "Authentication failed". But without specifying any user/password it connects. How can i use MongoDB in Kubernetes with authentication?

  10. Docker-Mongodb - How to connect to the mongo image in Windows …

    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 doing below …