How to install MongoDB 7.0.0 on Windows 10 [2023]|Install MongoDB 7.0.0 & Mongo Shell |MongoDB Setup

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ส.ค. 2023
  • In this video, I am going to show How to Install MongoDB 7.0.0 Community Edition on Windows 10. 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.insertOne({"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
    🔗 / @codewitsunita
    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 TH-cam 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 7.0.0,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!

ความคิดเห็น • 239

  • @iTiT100
    @iTiT100 6 หลายเดือนก่อน +1

    Its a really useful video with all the steps covered. I was struck with a lot of errors since 2 days. Thank you so much!

  • @rajeshrs5383
    @rajeshrs5383 8 หลายเดือนก่อน +5

    I'm tired by seeing many of websites & TH-cam contents about mongo dB installation but I'm very impressed & understand very well after your explanation, Thank You for the great lecture mam......

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน +2

      Glad you liked my video! Please subscribe

  • @kundidecarvalho4750
    @kundidecarvalho4750 10 หลายเดือนก่อน +9

    Simple explanation and to the point. Thank you!

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Glad you liked it! Please subscribe

  • @vanesanchez5578
    @vanesanchez5578 10 หลายเดือนก่อน +3

    Te amo! 💖 No sabes como sufrí tratando de instalarlo sin éxito. Me ayudaste a lograrlo!

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Glad my video helped u! Please subscribe

  • @raymondkadzashie591
    @raymondkadzashie591 5 หลายเดือนก่อน

    Oh my God thank you so much for your tutorial, I was struggling to install mongodb for like hours and kept getting error message about no finding it. But watching your video it was really easy to install. Thanks again

  • @sohelshaikh4657
    @sohelshaikh4657 3 หลายเดือนก่อน +3

    I have watched lot of videos for mongoDB installation but your explanation is very simple 😊😊

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  3 หลายเดือนก่อน +1

      Glad you liked it!
      You're welcome 😊 Please subscribe

  • @himanshubind2826
    @himanshubind2826 5 หลายเดือนก่อน

    very useful and simple to understand. Thank You!!

  • @blackopss017
    @blackopss017 6 หลายเดือนก่อน

    You just saved my lot of time. Thank you!

  • @sarpyldrm7734
    @sarpyldrm7734 10 หลายเดือนก่อน

    Thank you, was having a fight with installation and now completed.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Your're welcome! Please subscribe

  • @ANANDYADAV-sc1se
    @ANANDYADAV-sc1se 9 หลายเดือนก่อน +1

    Thank you very much for this video. I regret for finding this video late.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน +1

      Glad you liked my video! Please subscribe

  • @sarthakgoyal2471
    @sarthakgoyal2471 7 หลายเดือนก่อน

    Finally a helpful video for Windows user. Thank You mam for saving my day. I have wasted 2 days for this. 😇

  • @chancleto_d6558
    @chancleto_d6558 10 หลายเดือนก่อน +3

    Thx for your vid, it helped me a lot 👋👍

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Glad my video helped u! Please subscribe👍

  • @Yashhhuuuuu98
    @Yashhhuuuuu98 5 หลายเดือนก่อน

    thnks sister it is fully working

  • @joaquincruz3065
    @joaquincruz3065 9 หลายเดือนก่อน

    It helped me a lot. Thank you very much!

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Your're welcome! Please subscribe

  • @prajee_07
    @prajee_07 9 หลายเดือนก่อน

    Its really helpful video Thankyou mam ❤

  • @user-xz3rk5er9k
    @user-xz3rk5er9k 7 หลายเดือนก่อน

    Thank you mam your video helped me a lot

  • @yunianrezky5082
    @yunianrezky5082 9 หลายเดือนก่อน

    omg thank you ma'am, your explanation so easy to following🤩

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @TheProductivityCenter
    @TheProductivityCenter 10 หลายเดือนก่อน

    Really helpful thank you!

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @kiddosknowledgewizbyakshit9954
    @kiddosknowledgewizbyakshit9954 3 หลายเดือนก่อน +1

    Awesome video fantastic! in a very genuine way ma'am has explained all setup functionality and CRUD operations; I am very beginner in mongodb so in one go I did all setup. Thanks a lot ma'am...

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  3 หลายเดือนก่อน

      Glad you liked it!
      You're welcome 😊 Please subscribe

  • @appreciateit....8026
    @appreciateit....8026 9 หลายเดือนก่อน +1

    Thank you very much 😢😢😢😢 after soo much headache it actually work

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad you liked my video! Please subscribe

  • @user-ud9oi4bx5d
    @user-ud9oi4bx5d 7 หลายเดือนก่อน

    thank you for those esplication 🙂

  • @bingolive3240
    @bingolive3240 3 หลายเดือนก่อน +1

    thank you it worked and helped me alot other wise i was just stuck i did not install the shell and i was just running the mongosh on the terminal and getting the error but thanks to u it saved a lot of my time.❤❤❤❤❤❤❤❤❤❤❤❤❤❤

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  3 หลายเดือนก่อน

      Glad I could help 😊 please subscribe 👍

  • @thewonder474
    @thewonder474 10 หลายเดือนก่อน +1

    Thank you very much. Its really work.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Glad my video helped u! Please subscribe

  • @shivanirajpurohit4307
    @shivanirajpurohit4307 8 หลายเดือนก่อน

    it was a great explanation i was struggling with the set up part

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad you liked my video! Please subscribe

  • @gajawadarishi7258
    @gajawadarishi7258 8 หลายเดือนก่อน

    ThankYou !!! Very Useful Clear

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad you liked my video! Please subscribe

  • @baakaluffy
    @baakaluffy 8 หลายเดือนก่อน +1

    Finally some helpful vedio ❤️

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad you liked my video! Please subscribe

  • @monikamallappa
    @monikamallappa 7 หลายเดือนก่อน

    Great and best on video related to mongodb and mongoshell thank you very much maam. Great help 🎉thank you 😊

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @Yash-ry5wj
    @Yash-ry5wj 6 หลายเดือนก่อน

    You are the Great Mam🤩

  • @hostingarea6927
    @hostingarea6927 7 หลายเดือนก่อน +1

    thanks mam i struggled a lot but finally i got the solution

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  6 หลายเดือนก่อน

      You are welcome 😊 Please subscribed

  • @vivekkush2256
    @vivekkush2256 9 หลายเดือนก่อน

    it was really helpful, Thank you

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @aloktiwari_2302
    @aloktiwari_2302 8 หลายเดือนก่อน

    Great

  • @hajriimen6247
    @hajriimen6247 9 หลายเดือนก่อน

    thank you so much

  • @adityaaryan9228
    @adityaaryan9228 7 หลายเดือนก่อน +1

    You solved my problem thanks for that

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  6 หลายเดือนก่อน

      You’re welcome 😊Please subscribe👍

  • @zaheerkhansafi1992
    @zaheerkhansafi1992 7 หลายเดือนก่อน

    Thank you❤ very helpful

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad you liked my video! Please subscribe

  • @rizwanshoro3254
    @rizwanshoro3254 8 หลายเดือนก่อน

    Thanks mam ❤ its realy esay i have face so problems while installing mongodb but your video help me so thanks

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @darkxhornet2440
    @darkxhornet2440 5 หลายเดือนก่อน

    thank you mam ....:)

  • @pradnyahasabnis1107
    @pradnyahasabnis1107 2 หลายเดือนก่อน +1

    Thank you, madam. It was a very nice and simple explanation.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 หลายเดือนก่อน

      Glad you liked it
      You're welcome! Please subscribe😊

  • @piyushgupta7259
    @piyushgupta7259 5 หลายเดือนก่อน

    Thanks mam 😊

  • @sritampadhi5852
    @sritampadhi5852 8 หลายเดือนก่อน

    Thank you mam

  • @zafarhussain8273
    @zafarhussain8273 7 หลายเดือนก่อน +1

    realy worth it . mam you did very well

  • @factsmotivation7728
    @factsmotivation7728 8 หลายเดือนก่อน

    Thank you so much with 10 min i will set up my mongodb because of your video maam.
    Maam are you from Nepal because you surename rai my friend from nepal his surname is also rai.

  • @KhyatiSatija
    @KhyatiSatija 8 หลายเดือนก่อน

    Thank you maam, very helpful video

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @annghiephuynh7596
    @annghiephuynh7596 10 หลายเดือนก่อน +1

    Thank you!

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  9 หลายเดือนก่อน

      You're welcome!👍Please subscribe😊

  • @myls9972
    @myls9972 9 หลายเดือนก่อน

    Thanks Ma'am

  • @deepakmandal161
    @deepakmandal161 25 วันที่ผ่านมา +1

    Thanks you so much ma'am this is very useful

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  24 วันที่ผ่านมา

      Most welcome 😊 please subscribe

  • @onyekafrank9851
    @onyekafrank9851 9 หลายเดือนก่อน +1

    Thank you very much

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  8 หลายเดือนก่อน

      You're welcome 👍 Please subscribe😊

  • @AnujathYousaf
    @AnujathYousaf 10 หลายเดือนก่อน +1

    Thank you very much.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Glad my video helped u! Please subscribe

  • @user-fd3ro5vd3o
    @user-fd3ro5vd3o 8 หลายเดือนก่อน

    i was stuck for an hour but after your video,i get out of it, thanks a lot

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @dineshd2251
    @dineshd2251 10 หลายเดือนก่อน +2

    Thank you so much for providing this video mam.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      You're welcome! Please subscribe👍

    • @dineshd2251
      @dineshd2251 10 หลายเดือนก่อน

      @@CSCORNERSunitaRai I already subscribed your channel mam.

  • @vedbhanushali608
    @vedbhanushali608 6 หลายเดือนก่อน

    thank you madam

  • @Yayode_Akuafo_Patawah1145
    @Yayode_Akuafo_Patawah1145 9 หลายเดือนก่อน +1

    U have a new subscriber here
    Thanks a lot

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  8 หลายเดือนก่อน

      Thanks for the sub!
      You're welcome 👍 Please subscribe😊

  • @shreevigneshsp4223
    @shreevigneshsp4223 7 หลายเดือนก่อน

    im facing issue while installing, copying files it's struck what to do

  • @rakeshgadhawe4550
    @rakeshgadhawe4550 9 หลายเดือนก่อน +1

    thank you man :-)

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  8 หลายเดือนก่อน

      You're welcome 👍 Please subscribe😊

  • @priyanshumauryakrishna2146
    @priyanshumauryakrishna2146 7 หลายเดือนก่อน

    nice video

  • @user-ov4sz5jz7q
    @user-ov4sz5jz7q 7 หลายเดือนก่อน

    It really helped me alot...

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @abdulkaram6044
    @abdulkaram6044 8 หลายเดือนก่อน

    Thanks mam this is really really helpfull

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @shivrajwarwante5140
    @shivrajwarwante5140 7 หลายเดือนก่อน

    thank you

  • @Veeranveeran-2003
    @Veeranveeran-2003 4 หลายเดือนก่อน +1

    Nice, its work....

  • @thothios3468
    @thothios3468 10 หลายเดือนก่อน +1

    thank you!

  • @er.guruprasath9547
    @er.guruprasath9547 9 หลายเดือนก่อน

    thanks a lot
    working fine...

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @ritwik_shivam
    @ritwik_shivam 10 หลายเดือนก่อน +3

    Thank you Ma'am for the helping with the installation part along with some basic commands. But I am currently working on a small project in VS Code and want to use MongoDB from its own terminal. So, I typed Mongo command in the VS Code powershell (after installing the other required packages such as npm install Mongooe.) But giving error, kindly help me out in that. Also I noticed in my bin folder of MongoDB there is not Mongo.exe I followed the instructions as per this video, and reintalled it again to double check that if there was any error in downloading but still same issue. Kindly help me out.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Did you set path in environmental variable?

    • @ritwik_shivam
      @ritwik_shivam 10 หลายเดือนก่อน

      @@CSCORNERSunitaRai yes ma'am for both MongoDB and Shell after extracting the zip in C drive as shown in the video

  • @UtsavArmanur
    @UtsavArmanur 7 หลายเดือนก่อน

    Wonderful explanation. Saved a lot of time.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  6 หลายเดือนก่อน

      Glad it helped!👍Please subscribe😊

  • @tit4tat914
    @tit4tat914 8 หลายเดือนก่อน

    superb explanation

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน +1

      Glad my video helped you! Please subscribe

  • @vasudevsharma3550
    @vasudevsharma3550 8 หลายเดือนก่อน

    Without confusion all doubt clear 😉 thanks 🙏 ma'am 💗

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน +1

      Glad my video helped you! Please subscribe

    • @vasudevsharma3550
      @vasudevsharma3550 7 หลายเดือนก่อน

      @@CSCORNERSunitaRai ma'am how I can joine offline classes?

  • @baraiyasachin9166
    @baraiyasachin9166 9 หลายเดือนก่อน

    thats amazing ...thank you madam

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน +1

      Glad my video helped you! Please subscribe

  • @GovindKumar-xj9yw
    @GovindKumar-xj9yw 10 หลายเดือนก่อน +1

    Thank you mam you saved me..

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Glad my video helped u! Please subscribe👍

  • @ArifulIslamAshik-ry9bz
    @ArifulIslamAshik-ry9bz 8 หลายเดือนก่อน

    helps a lot

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad my video helped you! Please subscribe

  • @Filmmania007
    @Filmmania007 10 หลายเดือนก่อน +1

    thank you very much 100 times

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      You're welcome! Please subscribe👍

  • @somshekharswami7544
    @somshekharswami7544 2 หลายเดือนก่อน

    perfect !

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  2 หลายเดือนก่อน

      You're welcome 👍 please subscribe

  • @bubainath246
    @bubainath246 10 หลายเดือนก่อน

    Thanks

  • @rkscp7711
    @rkscp7711 10 หลายเดือนก่อน +1

    I watched many videos but those videos were not helpful for me
    And i came here and you helped so much thank you so much mam keep it up 🙌🙌

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน +1

      Glad my video helped u! Please subscribe👍

    • @rkscp7711
      @rkscp7711 10 หลายเดือนก่อน

      @@CSCORNERSunitaRai don't worry mam I have liked and subscribe when I watched first time, it's my honour i learnt something by you 🌸

  • @G0me5world
    @G0me5world 7 หลายเดือนก่อน

    What a explanation ❤ love you mam

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Glad you liked my video! Please subscribe

  • @divyakadole7295
    @divyakadole7295 9 หลายเดือนก่อน +1

    so nice explanation

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  8 หลายเดือนก่อน

      Thank you👍 Please subscribe😊

  • @aliasgxr.07
    @aliasgxr.07 9 หลายเดือนก่อน +1

    Perfect

  • @abalone589
    @abalone589 7 หลายเดือนก่อน

    thanksss👍👍👍👍

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  6 หลายเดือนก่อน

      You're welcome!👍Please subscribe😊

  • @omaribrahim4636
    @omaribrahim4636 9 หลายเดือนก่อน

    thanx u

  • @ajaydeepchoudhary5143
    @ajaydeepchoudhary5143 5 หลายเดือนก่อน

    mongo dB installation is very easy only after ur explanation

  • @developer_vikash
    @developer_vikash 10 หลายเดือนก่อน

    sir mera mongodb nodejs se connect nahi ho pa raha hai please help

  • @segunniyi8241
    @segunniyi8241 5 หลายเดือนก่อน +1

    Good job

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  หลายเดือนก่อน

      Glad my video helped u!
      Most welcome 😊Please subscribe

  • @75dhruvkhanna92
    @75dhruvkhanna92 9 หลายเดือนก่อน

    thanks

  • @ziadmohamed339
    @ziadmohamed339 10 หลายเดือนก่อน +1

    Hello, thanks a lot for the explanation, but I'm facing a problem when I click the button to download the MongoDB Shell; it won't download at all. I have tried different browsers, but it doesn't download

  • @aayushsingh6125
    @aayushsingh6125 10 หลายเดือนก่อน +1

    Thankyou so much aunty 🙏

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Aunty🤣
      You're welcome👍 plz subscribe

  • @user-yt5uv1bf9s
    @user-yt5uv1bf9s 9 หลายเดือนก่อน +1

    tnx

  • @mumbailover-sp7tk
    @mumbailover-sp7tk 10 หลายเดือนก่อน +1

    maam whether mongo is vaild word in terminal
    to check mongo is command line shell that connects to any instance of Mongod

  • @Hassan_MM.
    @Hassan_MM. 10 หลายเดือนก่อน +1

    ❤💯

  • @kcs_svecw
    @kcs_svecw 11 หลายเดือนก่อน +1

    It was observed, when mouse is clicked, green color circle is coming, what is the software your are using mam .

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  11 หลายเดือนก่อน

      That's mouse cursor setting.
      No extra software

  • @roufhasan
    @roufhasan 8 หลายเดือนก่อน +1

    @2:50 I have waited for more than 1 hour but it got stuck in installing MongoDB Compass. How can I fix it tried several times.😢

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  8 หลายเดือนก่อน

      U can uncheck the mongodb compass option. Only install server and mobgosh.
      If U want compass U can install it later

  • @rahulpawar5927
    @rahulpawar5927 7 หลายเดือนก่อน

    Really good video.But the "bin" path of the "mongodb" shell also has to be added to the environmental variables to avoid the "mongosh is not recognized as internal or external command" problem. Thats not shown in the video.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  7 หลายเดือนก่อน

      Thanks for liking video!
      I have shown mongosh path..please check video again.
      Check 05:40

    • @sumitraj3679
      @sumitraj3679 7 หลายเดือนก่อน +1

      if you download msi file of MongoDB Shell then there is no need to add it in Environment variable

  • @maheshramteke2765
    @maheshramteke2765 8 หลายเดือนก่อน +2

    Madam, please make a video on how to install oracle 19c or 21 download. please guide me on this issue after oracle 19c installation. If I start SQLPlus with username and password then adapter issue is showing and if I go to services then I want to start oracle service, oracle is starting then error is showing that windows is local computer Could not start OracleServiceORCL. The system cannot find the file specified.

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  8 หลายเดือนก่อน

      Check out this link
      th-cam.com/video/-Sl8NjvJmz4/w-d-xo.html

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  8 หลายเดือนก่อน

      For error u can check
      th-cam.com/video/Cl_S74k3H8k/w-d-xo.html

  • @Oling74
    @Oling74 10 หลายเดือนก่อน +1

    I am having an issue with Compass. I have tried many versions and ways, and when the downlaod of Mongodb finished or the download of the compass the Compass just won't oppen. In the task mananger it appears, but nothing opens. I have already deactivated the windows security but it didn't solve this issue. Can anyone help me?

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Install it separately

    • @Oling74
      @Oling74 10 หลายเดือนก่อน

      Thank you for answering! Actually I tried that, and the result is still the same. The Compass just won't open, but the Mongodb command line does.@@CSCORNERSunitaRai

  • @ayushsaxena9386
    @ayushsaxena9386 10 หลายเดือนก่อน +1

    you are awesome ma'ma

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Glad my video helped u! Please subscribe👍

  • @jetlinkarkha9659
    @jetlinkarkha9659 6 หลายเดือนก่อน

    After every thing Done i got error in mongosh ,my mogod working but not mongosh please help me

  • @MursaleenAsif-vz2go
    @MursaleenAsif-vz2go 10 หลายเดือนก่อน +1

    I am getting the following error: connect ECONNREFUSED 127.0.0.1:27017
    I have already added the path to environment and when it doesn't let me start the mongodb service from services, when i try to start the service it gives me the following error "Service terminated unexpectedly".

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      Was your installation successful?

    • @MursaleenAsif-vz2go
      @MursaleenAsif-vz2go 9 หลายเดือนก่อน

      @@CSCORNERSunitaRai Thank you for replying but I have already solved the error

    • @swathi4925
      @swathi4925 9 หลายเดือนก่อน +1

      Please let me know how can you solved the issue ? I'm also facing same issue so want to know the solution

  • @Shubham_Gupta_ji
    @Shubham_Gupta_ji 9 หลายเดือนก่อน +2

    I tried the same but when I checked my mongodb in service it wan't running then I tried to start service but it gave "Error 1067: the process terminated unexpectedly". any solution ?

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  9 หลายเดือนก่อน +1

      Do u hv any other version of mongodb already installed

    • @Shubham_Gupta_ji
      @Shubham_Gupta_ji 9 หลายเดือนก่อน +1

      ​​@@CSCORNERSunitaRai No I didn't installed any version of mongodb earlier but now I am trying to install mongodb v7.0.2 on windows 10

  • @saksham4123
    @saksham4123 8 หลายเดือนก่อน +1

    Install hogya path mein save krdiya phir v terminal pai error aarha hai mongodb -version search krne pai

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  8 หลายเดือนก่อน

      agar aapne properly set kia hai path to ye error nahi ana chaiye.
      Check video again
      Also check mongodb services running or not

  • @SandeepKumar-vw9cn
    @SandeepKumar-vw9cn 10 หลายเดือนก่อน +1

    I downloaded MongoDB but there is no bin folder in it... I extracted it to local disk D instead of C... Bcoz I had all of my programming files in D... Do you think it is the problem...!?

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      for mongodb u don't have to extract becoz its msi, u have to extract for mongosh.
      Check video again

    • @SandeepKumar-vw9cn
      @SandeepKumar-vw9cn 10 หลายเดือนก่อน +1

      @@CSCORNERSunitaRai Sorry for the misinterpretation... I downloaded it to Local Disk D but I couldn't find bin folder in it... Later I downloaded through zip file mode, there is bin folder, but there are no data and log folders.. 🤷‍♂️🤷‍♂️

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      @@SandeepKumar-vw9cn your mongo server running or not

  • @MU-si-CK
    @MU-si-CK 8 หลายเดือนก่อน +1

    Mongo compass not open when imstall done

  • @swatigoel9182
    @swatigoel9182 10 หลายเดือนก่อน +1

    Why mongodb is not present in program files?

  • @suriyastark431
    @suriyastark431 10 หลายเดือนก่อน +4

    Problem in installation...it didn't move, during the half of the installation

    • @CSCORNERSunitaRai
      @CSCORNERSunitaRai  10 หลายเดือนก่อน

      ohh! Was it showing any error?

    • @impostor444
      @impostor444 10 หลายเดือนก่อน

      I too have the same error... It is showing like installing mongodb compass this may take few minutes but it's been 2 hrs and I'm still facing the same issue.. What to do now... Please help me

    • @sushantpawar3703
      @sushantpawar3703 8 หลายเดือนก่อน

      Same here. I'm also figuring out what is happening. Have you found any solution?

    • @aliya.dos.
      @aliya.dos. 7 หลายเดือนก่อน

      Exactly the same( Have you found any solution ???@@impostor444

    • @joydebnath2658
      @joydebnath2658 6 หลายเดือนก่อน

      I am also😰

  • @dakshu2095
    @dakshu2095 9 หลายเดือนก่อน

    @5:34 there in the system variable I could not edit it as the edit button is not accessible.

    • @dhumalamarnath7558
      @dhumalamarnath7558 8 หลายเดือนก่อน

      same problem
      did u r problem solved

    • @dakshu2095
      @dakshu2095 8 หลายเดือนก่อน

      @@dhumalamarnath7558 it is not solved.

    • @dhumalamarnath7558
      @dhumalamarnath7558 8 หลายเดือนก่อน +1

      Mine solved

    • @dhumalamarnath7558
      @dhumalamarnath7558 8 หลายเดือนก่อน +1

      Wait I will send u video link watch that

    • @dhumalamarnath7558
      @dhumalamarnath7558 8 หลายเดือนก่อน +1

      It's just 1 min video will slove u r problem