MacにMySQLクライアントだけをインストールする
2019/06/25
成功パターン
code: bash
brew install mysql-client
古くて動かないパターン
code: bash
brew install mysql --client-only