I really appreciate your tutorials. This is like the third video of yours that I've seen. They are 100% to the point giving me what I need with no wasted time.
This is a very informative and helpful video on installing and using MongoDB, Mongo Shell, & Mongo Compass on an Ubuntu 22.04 system. Just what I was looking for. Well done and thanks very much!
Golden information. When you're new, interacting with mongo seems a bit more confusing than working with regular databases like Postgres, so thank you very much to the author!
I follow the commands that you did on the video. But I got, the following message: May 14 07:17:34 graylog systemd[1]: Started MongoDB Database Server. May 14 07:17:36 graylog systemd[1]: mongod.service: Main process exited, code=dumped, status=4/ILL May 14 07:17:36 graylog systemd[1]: mongod.service: Failed with result 'core-dump'. The OS is Ubuntu Server 22.04 running as a WM. Anything that I could be missing?
sir showing this problem how can i solve this kind of problem deb (Reading database ... 216150 files and directories currently installed.) Preparing to unpack mongodb-org-server_7.0.4_amd64.deb ... Unpacking mongodb-org-server (7.0.4) over (7.0.4) ... dpkg: dependency problems prevent configuration of mongodb-org-server: mongodb-org-server depends on libssl1.1 (>= 1.1.1); however: Package libssl1.1 is not installed. dpkg: error processing package mongodb-org-server (--install): dependency problems - leaving unconfigured Processing triggers for man-db (2.10.2-1) ... Errors were encountered while processing: mongodb-org-server
Thanks for the tutorial, ubuntu is new to me and trying to figure out how to configure some things its a headache. Also I like the way you explain things.
Thank you this course. I followed it when it first came out and got mongo working on my computer. However today I get this error "Unknown command verb mongod." I can't figure out what the problem is. If anyone can help i would really appreciate it I also get mondod.service not found
Thank you very much, Please when I do the "sudo systemctl start mongod" and do they "sudo systemctl status mongod" it shows Active : failed. Please what can i do.
I really appreciate your tutorials. This is like the third video of yours that I've seen. They are 100% to the point giving me what I need with no wasted time.
Straight to the point...I installed mongodb without wasting a single second and without an error...Thanks man🎉
For those encountering the error "Unit start.service could not be found," simply execute the following command: `sudo systemctl unmask mongod`.
This is the first video recommended and It's the best. Clear, Precise and to the point. No Nonsense.
brilliant.
thansk for saving me man, ive been trying to install it the whole day and couldnt make it but this way it worked! Great video, greeting from Serbia!
Straight to the point. Thank you for the video!
This is a very informative and helpful video on installing and using MongoDB, Mongo Shell, & Mongo Compass on an Ubuntu 22.04 system. Just what I was looking for. Well done and thanks very much!
Thanks for the help, I didn't understand how to use mongodb in shell, every RUclips tutorial was just talking about mongodb Atlas.
Thank You Sir, I have a Error in Downloading the MongoDb. But after this video the Mongodb is installed Successfully thank you sir Once again.
Golden information. When you're new, interacting with mongo seems a bit more confusing than working with regular databases like Postgres, so thank you very much to the author!
finally got a perfect video after confusing for a long time
Easiest way for setup on ubuntu. Thank you so much!!!!
Thanks sir not only you told us how to install MongoDB but also any other .deb packages !!
This was an amazing video. Extremely useful and easy to follow. Congrats!
I follow the commands that you did on the video. But I got, the following message:
May 14 07:17:34 graylog systemd[1]: Started MongoDB Database Server.
May 14 07:17:36 graylog systemd[1]: mongod.service: Main process exited, code=dumped, status=4/ILL
May 14 07:17:36 graylog systemd[1]: mongod.service: Failed with result 'core-dump'.
The OS is Ubuntu Server 22.04 running as a WM. Anything that I could be missing?
hello, im trying to install mongodb and im encountering the same issue. Have you fixes this and how did you solve it?
I have the same issue, too! someone knows how to fix is problem?
Same problem here
@@valenprofitos4753 I used a docker-composed file and fixed it, pls reference my document:
-----------------------------------
version: '3.9'
networks:
webnet:
driver: bridge
services:
mongodb:
image: mongo:4.4.18
hostname: {db host name}
ports:
- 27017:27017
volumes:
- ./data:/data/db
environment:
- MONGO_INITDB_ROOT_USERNAME={your mongodb user name}
- MONGO_INITDB_ROOT_PASSWORD={your mongodb password}
networks:
- webnet
restart: always
Thank You so much Bro... I appreciate this..
sir showing this problem how can i solve this kind of problem
deb
(Reading database ... 216150 files and directories currently installed.)
Preparing to unpack mongodb-org-server_7.0.4_amd64.deb ...
Unpacking mongodb-org-server (7.0.4) over (7.0.4) ...
dpkg: dependency problems prevent configuration of mongodb-org-server:
mongodb-org-server depends on libssl1.1 (>= 1.1.1); however:
Package libssl1.1 is not installed.
dpkg: error processing package mongodb-org-server (--install):
dependency problems - leaving unconfigured
Processing triggers for man-db (2.10.2-1) ...
Errors were encountered while processing:
mongodb-org-server
Thanks for the tutorial, ubuntu is new to me and trying to figure out how to configure some things its a headache. Also I like the way you explain things.
Thanks alot for the easy method with so simple teaching
excellent explanation, Thank you Sir
I cannot start mongod, when i check the status it is active: failed (result: core-dump) can you help me? i run ubuntu on a virtual machine
I too got the same error
Did you get that
This is very informative tutorial thanks
thank's ! for once I followed the tuto step by step without any problem, feel great :')
its the best video amongs all . Thanks to making such kind of tutorials, You done a great job
Thanks bunch your voice is too calm and explain everything to the point, you just saved me a tone of hours was spending to solve this, 👌🙏👍
Thanks for Sharing , It worked
Thank god, they made it this easy.
Everything work!!!
Thanks for this video!!!
Thanks for making this video it is very helpful😊
Worked brilliantly
Do I have to follow the same steps if I need to install in on WSL?
Great video
every step is very clear thank you for the video
Good working tutorial! Thank you!
That was awesome! Thanks
dude never disappoint.
It was smooth and simple THANKS.
Thank you this course. I followed it when it first came out and got mongo working on my computer. However today I get this error "Unknown command verb mongod." I can't figure out what the problem is. If anyone can help i would really appreciate it I also get mondod.service not found
Very clear. Thanks! 🌺
Thank you for this video!
Amazing skill to present
Thank you very much,
Please when I do the "sudo systemctl start mongod" and do they "sudo systemctl status mongod" it shows Active : failed.
Please what can i do.
same
Thank you so much for the video!
I followed the video and it worked, but I have a question: How do I contact php & mongodb ?
excellent video........100% hit 💗
Very useful video. Thanks a lot!
Doing Lords work, props👏
i get "Environment variable MONGODB_CONFIG_OVERRIDE_NOFORK == 1" error message when start service
this is one of the clean easiest short explanation with owsm content.good work
Helpful❤🔥
Thanks for the video, very helpful for me
Very apt .
I really enjoyed it
Fair video
Thank you so much, finally worked
You are awesome. Thank you!
sir can i delete downloads file after configured all settings ?
🎉 thank you bro... Very helpful
this worked like a charm .) for ubuntu 23.10 non LTS
thank you, the video is readly useful!
my server is not stating
it shows active failed
great video thanks
will the debian/ubuntu 64 file for shell work on mint 21?
Thanks for Helping
Good
thank you very much sir!!!! really appreciated it!
Thankyou for the video
Thanks Helped me a lot.
Enjoyed
love you guys
really helpful for me
Thanks super helpful 🤩
Best one
Thanks sir
how to stop mongobd server in linux
so good
you are the man
Excellent
thank you veryy much :)))
Thank you very much
Thank you!!
sudo dpkg -i mongo
press tab and enter
Thank you so much..
this is free version of mongodb?
thank u so much bro
gracias gracias , eres el mejor ...
Thanks mate!
Thank you so much if helps me
Thank you very much!
thanks :)
👏👏👏👏
Thanks
Thanks 🙏
super thanks!
useful thanks
thankyou
спасибо
was productive
good
thanksss
thanks!