Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to download Mongodb 3.0? [closed]

I have used PHP Version 5.3, So i need to Download MongoDB 3.0 and PHP Driver version 1.6 how to download older version (3.0) of MongoDB and PHP Driver.. And also i want use PHP composer and already i have used Composer for like composer require "mongodb/mongodb=^1.0.0" (for PHP Driver version 1.0), Now i want to use PHP composer for PHP Driver Version 1.6..

composer require "mongodb/mongodb=^1.6.0" is it Possible?

please suggest your solution and post download link for MongoDB3.0

like image 323
Balakumar B Avatar asked Dec 16 '16 05:12

Balakumar B


People also ask

How download MongoDB step by step?

MongoDB Installation You can find the downloaded file in the downloads directory. You can follow the steps mentioned there and install the software. On completing the installation successfully, you will find the software package in your C drive. C:\Program Files\MongoDB\Server\4.4\bin.

How do I download MongoDB on Windows 10 64-bit?

Go to link and Download MongoDB Community Server. We will install the 64-bit version for Windows. Click on the “complete” button to install all of the components. The custom option can be used to install selective components or if you want to change the location of the installation.


1 Answers

You can download MongoDB from here: https://www.mongodb.com/download-center?jmp=nav#community

Just scroll down a bit and there's a link named "All Version Binaries" just below the download button. It opens a page that lists all previous releases of MongoDB. Also, remember to select your OS before clicking on the link.

like image 196
Trinopoty Avatar answered Sep 18 '22 05:09

Trinopoty