mac开发环境搭建篇(2)--brew与mysql

【brew】:参考 https://www.cnblogs.com/zoulifeng2017/p/7514139.html

安装brew:

终端执行:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 

 

搜索软件(mysql):

brew search mysql

安装软件:

brew install {应用名,如git} 


安装mysql:

https://www.jianshu.com/p/4cb5ef29a099

 

 

删除mysql:

参考:https://blog.csdn.net/u012721519/article/details/55002626

 

posted @ 2018-07-17 23:24  名著人士  阅读(157)  评论(0)    收藏  举报