安装mongoDB遇到如下问题:the domain,user name and/or password are incorrect.remember to use"." for the domain if the account is on the local machine ================================================================== 解决: 1.退出安装程序,第2步时选用custom 2.重新安装到此步时,…
1.MongoDB 安装 官网提供了三个版本下载: - MongoDB for Windows 64-bit 适合 64 位的 Windows Server 2008 R2, Windows 7 , 及最新版本的 Window 系统. - MongoDB for Windows 32-bit 适合 32 位的 Window 系统及最新的 Windows Vista. 32 位系统上 MongoDB 的数据库最大为 2GB. - MongoDB for Windows 64-bit Legacy …
Windows 7 64位安装MongoDB 官网tutorial: https://docs.mongodb.com/v3.0/tutorial/install-mongodb-on-windows/ 一.获得MongoDB Community Edition 1.确定需要安装哪种MongoDB? 查看自己的Windows是什么版本,下载对应的MongoDB版本. 可以通过cmd命令查看系统版本和多少位: wmic os get caption wmic os get osa…