79094206

Date: 2024-10-16 13:19:10
Score: 0.5
Natty:
Report link

If you are using macbook and installed mysql with homebrew, this error can happen when brew upgrades mysql version. You can reninstall the old version and link to it.

brew install [email protected] #or your version [email protected]
brew unlink mysql
brew link [email protected]
brew services start [email protected]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: andychukse