Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sergeybruhin/1f32ebc53a148416858903b7e1b1f29b to your computer and use it in GitHub Desktop.
Save sergeybruhin/1f32ebc53a148416858903b7e1b1f29b to your computer and use it in GitHub Desktop.
Fix Sequel Pro Brew Mysql error
## timokfine commented 5 days ago
## I solved this by rolling back to MySQL 5.7 on my machine.
brew uninstall mysql
brew install mysql@5.7
brew link mysql@5.7 --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment