No MacOS Catalina mais recente. Eu tentei fazer acima para resolver este problema;
vi ~/.zshrc // open the zsh config and edite
export PATH=${PATH}:/usr/local/mysql/bin/ // to add these words
source ~/.zshrc // make it work
Reabra um terminal e execute
mysql -u root -p
,introduza a password para poder aceder ao seu mysql;