简体   繁体   中英

DB Installation Issue: Binary files folder (bin) is missing in downloaded zip for MongoDB (Windows 64-bit)

I downloaded the MongoDB for Windows 64-bit from http://www.mongodb.org/downloads . File name: mongodb-src-r3.0.3.zip

However, the zip folder doesn't have a bin folder & no.exe files to use for installation (as given in the installation steps).

The below commands say that I use Windows 7 64-bit architecture. wmic os get caption wmic os get osarchitecture

Even tried using the.msi (Installation Package) given in the same downloads page. It doesn't give any error. But still the bin folder is not created to test MongoDB (mongod.exe).

Am I missing something?

I also faced the same problem as @ArcherGilly told to install again and select the custom options and by doing this finally I found the bin folder with other txt file like license

C:\\Program Files\\MongoDB\\Server\\4.0 -> Previously there were only two folders

  • data
  • log

and Now along with the above two folders, there is bin folder along with 4 more files

  • LICENSE-Community.txt
  • MPL-2
  • README
  • THIRD-PARTY-NOTICES
  • THIRD-PARTY-NOTICES.gotools

我遇到了同样的问题,但是一旦我使用了 .msi 安装程序并选择了“自定义”而不是“完整”,它就会安装 /bin 文件夹。

I had the same issue. It could be because you changed the installation directory to another drive where the windows folder isn't.

So if this your case, simply find the bin folder in the C: drive.

After the installation, I used the installer and chose the make changes option without making really any changes. After the process was finished I found the bin folder.

After downloading the msi and installation process. I found the bin folder but there is no mongo.exe file in that folder.

But when I run the path enclosed in " \\mongo.exe" in command prompt, the mongo db is running.

while using .msi installer please select 'custom', instead of 'complete', it will create the bin folder at \\Installation_Dir\\MongoDB\\Server\\4.2\\bin\\

Thanks

hey friends I have been facing same problem for 10 days anyone have ans... C:\Program Files\MongoDB\Server\4.0 -> Previously there were only two folders

data log and Now along with the above two folders, there is bin folder along with 4 more files

LICENSE-Community.txt MPL-2 README THIRD-PARTY-NOTICES THIRD-PARTY-NOTICES.gotools

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM