You paste this line to append the path to MySQL to your environment variables:
export PATH=${PATH}:/usr/local/mysql/bin/
Then reload your environment variables with one of the following commands:
source ~/.zshrc # If you use Oh-My-Zsh
source ~/.bashrc # If you use Default Bash