对于使用mac电脑的程序员,homebrew是一个神器。

homebrew是啥

官网:https://brew.sh/index_zh-cn 。简单理解,就是mac系统里面缺失包的管理器,帮助你快速装东西的。

能干啥

3.homebrew使用心得_安装软件


3.homebrew使用心得_mysql_02

常用的使用指令

直接挂链接吧,有个兄弟整理好了,不再赘述。 

写几个常用的:
brew help #查看所有命令
brew search mysql #搜索
brew install mysql #安装软件
brew uninstall mysql #卸载软件
brew list #显示已经安装软件列表
brew services list #显示安装的服务
brew info mysql #查看信息,比如目前的版本,依赖,安装后注意事项等
brew services start mysql #启动
brew services stop mysql #停止)
brew services restart mysql #重启)
brew update #更新 Homebrew