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]