Mysql学习(四)之通过homebrew安装mysql后,为什么在系统偏好设置里没有mysql

原因

用brew install packagename是用来安装命令行工具的,一般不可能影响到图形界面。

mysql官方文档是通过dmg文件安装的:

The MySQL Installation Package includes a MySQL preference pane that enables you to start, stop, and control automated startup during boot of your MySQL installation.

意思是说这个面板就只有开启、关闭、控制开机自启mysql功能。 你用brew install mysql安装的mysql能用Homebrew Services来实现这些功能。

posted @ 2019-09-02 19:11  坤嬷嬷  阅读(3304)  评论(0编辑  收藏  举报