How to install MongoDB 6.0.6 on Windows 11 | Install MongoDB 6.0.6 & Mongo Shell | MongoDB Tutorial

  Рет қаралды 5,702

CS CORNER Sunita Rai

CS CORNER Sunita Rai

Жыл бұрын

In this video, I am going to show How to Install MongoDB 6.0.6 Community Edition on Windows 10/11. We will also see How to Install MongoDB Shell for running queries. Also, I have shown different commands of MongoDB.
MongoDB is one of the most used, open-source document databases, and NoSQL databases. MongoDB is developed by 10gen. It is written in c++ and it is a document-oriented database. It uses the BSON format.
Useful Commands in MongoDB:
1. MongoDB - Create Database
use cscorner
2. If you want to check your databases list, use the command
show dbs
Your created database is not present in list. To display database, you need to insert at least one document into it
3. MongoDB - Drop Database
db.dropDatabase()
4. MongoDB - Create Collection
db.createCollection(name)
db.createCollection("students")
5. MongoDB-Create Document.
db.students.insert({"rollno":1,"name":"sunita"})
If the collection doesn't exist in the database, then MongoDB will create this collection and then insert a document into it.
6. MongoDB -Show Collection
show collections
7. MongoDB - Drop Collection
db.students.drop()
8. MongoDB - Query Document
db.students.find()
9. To display the results in a formatted way, you can use pretty method.
db.mycol.find().pretty()
This tutorial will provide you a good understanding of MongoDB concepts.
This tutorial is intended for students and new developers who want to learn MongoDB Database in easy-to-understand steps. This tutorial will provide you MongoDB concepts that will help you to get started with MongoDB quickly.
------------------------------------------------------------------------
Subscribe to my channel for more videos of programming and hit the bell icon to never miss an update in the future.
Also, don't forget to LIKE & COMMENT.
------------------------------------------------------------------------
Channel Subscription:
🔗 / cscornersunitarai
Java Programming Tutorial Playlist
🔗 • Java Programming Tutorial
Thanks for watching my videos till the end, if you like my work please do Subscribe, Like, Comment, and Share!!
------------------------------------------------------------------------
🎥 MY FAVOURITE KZbin GEAR
www.amazon.in/shop/cscornersu...
------------------------------------------------------------------------
CONNECT WITH ME ON:
►Facebook - / cscornersunitarai
►Personal Facebook A/c - / sunita.sharmarai
►Instagram - / cscornersunitarai
►Telegram - t.me/cscorner
►LinkedIn - / cscornersunitarai
------------------------------------------------------------------------
#MongoDB #installmongoDB #nosql #mongoDB #HowToInstallMongoDBOnWindows10 #MongoDBTutorial #MongoDBInstallationOnWindows #MongoDBInstallation #MongoDBTutorial #MongoDBTutorialForBeginners #MongoDBCourse
#cscornersunitarai
how to install mongodb on windows 10,installing mongodb,how to install mongodb,mongodb,database,open source database,nosql,mongodb tutorial for beginners,starting mongodb linux,install mongodb on linux,data modelling,install mongodb,mongodb on windows,mongod,mongodb 6,mongo,install,windows 10,mongodb 6,community server,mongodb 6.0.6,mongodb installation,mongodb tutorial,create database,drop database,create collection,drop collection,cscornersunitarai,nosql database
Subscribe to CS Corner Sunita Rai for more videos!
Like! Subscribe! Share!
Stay tuned!

Пікірлер: 26
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Got a question on this topic? Please share through comments or reach us on telegram t.me/cscorner Please SUBSCRIBE for more! Also, you can Support me through KZbin Thanks!
@csdisha7865
@csdisha7865 6 ай бұрын
Thank you so much mam
@ronitgupta2349
@ronitgupta2349 Жыл бұрын
Your Video helps me a lot, thanks to you. I am learning Full stack development by Dr. Angela on Udemy, and there are lot of students there who are struggling with MongoDB installation on windows because the course installation video is outdated. So I post your video link in Udemy's course comment section, it will help student to reach your video directly. Thanks again for your video.
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
🤩wowww You made my day.. Keep watching😊 plz subscribe And let me know if u want any other video on mongodb. Compass and atlas on the way👏
@ndattasairam2216
@ndattasairam2216 Жыл бұрын
same , I am also facing that issus and is heruku working for U??
@ruchirjain1690
@ruchirjain1690 11 ай бұрын
​@@ndattasairam2216heruku is a paid service provider now
@user-xs1vc5gf4n
@user-xs1vc5gf4n 11 ай бұрын
Bro I am also learning from Angela Mam we are getting problem because in the course the version she used is old so lot of problems are there at which module you are ?
@arpitsingh5312
@arpitsingh5312 10 ай бұрын
Thank You Mam.
@CSCORNERSunitaRai
@CSCORNERSunitaRai 10 ай бұрын
You're welcome👍 please subscribe 😊
@Anuj-vf7bg
@Anuj-vf7bg 10 ай бұрын
👍👍👍
@arpit3210
@arpit3210 10 ай бұрын
Thankyou 🫡
@CSCORNERSunitaRai
@CSCORNERSunitaRai 10 ай бұрын
You're welcome👍 please subscribe 😊
@Amarnath62627
@Amarnath62627 10 ай бұрын
Thank you
@CSCORNERSunitaRai
@CSCORNERSunitaRai 10 ай бұрын
You're welcome👍 please subscribe 😊
@MohamedAmir-yy9ze
@MohamedAmir-yy9ze 10 ай бұрын
I need help with that error when you run mongosh :"Access control is not enapled for the database"
@CSCORNERSunitaRai
@CSCORNERSunitaRai 10 ай бұрын
When u r getting this error?
@anilkumar-uh9so
@anilkumar-uh9so Жыл бұрын
Madam pls do video on configure the replica set and how to setup sharding on Mongo dB
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Ok I'll try
@trbhub1272
@trbhub1272 Жыл бұрын
Pls upload video about how to do map reduce operation in mongodb
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
Will try
@santoshareti6720
@santoshareti6720 11 ай бұрын
How to transfer all the users to another mongo server
@avinashthakur7898
@avinashthakur7898 9 ай бұрын
Mongo ma error aa ra ha jb b command kr ra mongosh enter kr ra errors aa ra 😢aap es error pr ek video bana skta ha ksa solve Krna 'mongo' is not recognised as an internal or external command, operable program or batch file. Ya error show ho ra
@CSCORNERSunitaRai
@CSCORNERSunitaRai 9 ай бұрын
Bhai ye error tab ata hai jab aap path nahi set karte ho environmental variable mein
@penchant91
@penchant91 Жыл бұрын
acha ye batao sakhi jdk ko downgrade version me kaise laye already install has in latest one but i need 17 version what?
@CSCORNERSunitaRai
@CSCORNERSunitaRai Жыл бұрын
lower version install kar lo
@Ahmet-se7lo
@Ahmet-se7lo Жыл бұрын
Cansın can
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 12 МЛН
NERF WAR HEAVY: Drone Battle!
00:30
MacDannyGun
Рет қаралды 37 МЛН
버블티로 체감되는 요즘 물가
00:16
진영민yeongmin
Рет қаралды 96 МЛН
Мы никогда не были так напуганы!
00:15
Аришнев
Рет қаралды 4,9 МЛН
Linux on Windows......Windows on Linux
23:54
NetworkChuck
Рет қаралды 86 М.
Learn MongoDB in 1 Hour 🍃 (2023)
1:00:00
Bro Code
Рет қаралды 948 М.
Mongo command is not working/found in MongoDB 6.0+ || MongoDB error fix
11:46
How to install MongoDB 6 on Windows 10/ Windows 11
13:32
ProgrammingKnowledge
Рет қаралды 380 М.
How the Best Hackers Learn Their Craft
42:46
RSA Conference
Рет қаралды 2,5 МЛН
Tmux has forever changed the way I write code.
13:30
Dreams of Code
Рет қаралды 922 М.
MongoDB Explained in 10 Minutes | SQL vs NoSQL | Jumpstart
11:18
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 12 МЛН