Homebrewを使って、MySQLをインストールする

Homebrewを使って、MySQLをインストールします。

% brew install mysql


MySQLを起動します。

% brew services start mysql


MySQLを停止します。

% brew services stop mysql