step1

brew install mysql

step2

enter mysql, 会遇到

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

因为没有开启mysql服务。

step3

开启mysql 服务

mysql.server start

关闭mysql 服务

mysql.server stop