Trying to use MySQL for rails app and downloaded it from dev.mysql.com.
After successfully installing the package and seeing the option to start and stop the server from
You should try paste this line to your environment variables
export PATH=${PATH}:/usr/local/mysql/bin/
Then try restart your environment variables with the following command
source ~/.zshrc #If you use Oh-My-Zsh source ~/.bashrc #If you use Default Bash