På den nyeste MacOS Catalina. Jeg har forsøgt at gøre ovenfor for at løse dette problem;
vi ~/.zshrc // open the zsh config and edite
export PATH=${PATH}:/usr/local/mysql/bin/ // to add these words
source ~/.zshrc // make it work
Genåbn en terminal og kør mysql -u root -p
,indtast adgangskoden, så kan du logge på din mysql;