brew install mysql
brew info mysql
起動
mysql.server start
mysql -uroot
mysqlのセキュリティ設定
mysql_secure_installation
# 設定後接続
mysql -uroot -p
brew install mysql
brew info mysql
mysql.server start
mysql -uroot
mysql_secure_installation
# 設定後接続
mysql -uroot -p