How to install MongoDB 6 on Windows 10/11 | 2023 Update

preview_player
Показать описание
Hello All! Today in this video I am going to step-by-step guide you on How to install MongoDB 6 on Windows 10/11.

Steps to install MongoDB 6
-------------------------------------------------------------------------
Step 1. First You need to download MongoDB software. So for that just go to the following link:
This page will lead to the MongoDB download page.

Find the installation file and click on it to download.
Now after downloading MongoDB save the file to the disk and follow the next step for installation.

Step 2. Install MongoDB

After the installation of MongoDB in your machine, you need to set the environment variables. So for that Just follow the video. This is very very important.

Step 3. Now create a database and collection in your MongoDB and check everything is working fine or not.
:::SYNTAX:::
show dbs - To print a list of all databases on the server.
use {db} - To switch current database to {db}
show collections - To print a list of all collections for the current database.

Step 4: Now go to MongoDB compass and create a database by clicking on the create new database button.

Step 5: You can easily create collections and put data into it. You can always follow my video if u face any issues.

#MongoDB #HowToInstallMongoDB #NoSQL

---------------------------------------------------------------------------
THANK YOU so much for watching!
Please make sure to LIKE and SHARE the video and SUBSCRIBE to the channel for more such videos :)
---------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Did this tutorial help you to install MongoDB?
Comment Now!! and Let me know your opinion...

geekysyntax