Software Install

Common software installation method in Macos.

Mysql

Install

brew install mysql

Set Password

mysqladmin -u root password

Start And Stop

brew services start mysql
brew services stop mysql
brew services restart mysql

use this link