You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 安装
brew install 包的名字
# 查看已按照的包
brew service list
# 包的信息
brew service info 包的名字
# 启动,以mysql举例,启动会跟随系统一起启动
brew service start mysql
# 停止,以mysql举例
brew service stop mysql
The text was updated successfully, but these errors were encountered:
brew
命令
The text was updated successfully, but these errors were encountered: