mac上brew安裝的mysql如何重启 Posted on 2014-07-29 | In macos mysql是通过brew命令安装: brew install mysql 启动时的命令: mysql.server start 重启时的命令: mysql.server restart