HomebrewでMySQLを意図せず更新して9系になってしまった時の対処
これで8.0.xに戻せる
code:brew.sh
brew uninstall mysql
brew install mysql@8.0
brew link mysql@8.0 --force --overwrite