博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Mac下安装 MongoDB
阅读量:4963 次
发布时间:2019-06-12

本文共 627 字,大约阅读时间需要 2 分钟。

 

 

2018年更新:

更为简单的方法:

通过 homebrew 安装:brew install mongodb

如果报错:

 
mongodb: A full installation of Xcode.app 8.3.2 is required to compile this software.Installing just the Command Line Tools is not sufficient.Xcode can be installed from the App Store.Error: An unsatisfied requirement failed this build.

 

说明Xcode版本过低,需要更新,如果你不想更新,可以通过使用命令:

 homebrew search mongodb

查看更低版本的MongoDB,然后安装更低版本的MongoDB。

 brew install mongodb@3.4

启动MongoDB服务:

 brew services start mongodb@3.4

关闭MongoDB服务:

 brew services stop mongodb@3.4

进入MongoDB图形化界面:

 mongo

查看homebrew安装的服务情况:

 brew services list

 

 

 

 

个人公众号谢谢各位老铁支持

转载于:https://www.cnblogs.com/piwefei/p/9449143.html

你可能感兴趣的文章
Ionic 入门与实战之第三章:Ionic 项目结构以及路由配置
查看>>
poj 3272-Cow Traffic解题报告
查看>>
vue实例属性(vm.$els)
查看>>
安装LR时,登录名变成MI_Viewer的解决办法
查看>>
【codeforces 731E】Funny Game
查看>>
【codeforces 794B】Cutting Carrot
查看>>
【hiho一下 第145周】智力竞赛
查看>>
VS 输出窗口输出信息
查看>>
实现UniqueAttribute唯一性约束,sqlunique约束[转]
查看>>
【u026】房间最短路问题
查看>>
高德地图 定位等
查看>>
wenbao与cmd
查看>>
React使用的思考总结
查看>>
Django session/cookie
查看>>
Android实现微博分享及其注意事项
查看>>
将Mongo装为Windows的服务
查看>>
浅谈ThreaLocal
查看>>
4.3大图轮播学习
查看>>
FPGA 开发流程 --> 仿真与modelsim使用
查看>>
Beta版本冲刺第三天
查看>>