Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew相关重要命令 #42

Open
semi-xi opened this issue Mar 29, 2024 · 0 comments
Open

brew相关重要命令 #42

semi-xi opened this issue Mar 29, 2024 · 0 comments

Comments

@semi-xi
Copy link
Owner

semi-xi commented Mar 29, 2024

brew

命令

# 安装
brew install 包的名字

# 查看已按照的包
brew service list

# 包的信息
brew service info 包的名字

# 启动,以mysql举例,启动会跟随系统一起启动
brew service start mysql 

# 停止,以mysql举例
brew service stop mysql


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant