
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 3 months ago
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, 7 months ago Modified 3 months ago
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; …
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 …
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 …
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...
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.
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().
networking - Unable to connect to mongodb running in virtualbox …
I am using CentOS 7 in a virtualmachine running on Mac OS X using Virtualbox. Unfortunately I am not able to connect to the VM's database from my Mac OS host. I am using NAT as network for the VM ...
MongoDB homebrew launchctl not working (OS X El Capitan)
macos homebrew osx-el-capitan mongodb launchctl See similar questions with these tags.