The server quit without updating PID file
sudo rm -rf /usr/local/var/mysql
brew uninstall mysql@5.7
brew install mysql@5.7
echo 'export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
mysql --version
mysql.server start