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
This was supposed to be a problem within my configuration and $PATH
variable. I followed mysql on mactutorial to resolve this.
In my terminal opened up configuration by going to vi ~/.zshrc
. Located line for export PATH="..."
and appended :/usr/local/mysql/bin
to it.
Above procedure resolved my issue.