I cant get my mysql to start on os x 10.7. It is located in /usr/local/mysql/bin/mysql
/usr/local/mysql/bin/mysql
I get command not found when I type mysql --version
mysql --version
You have to set PATH for mysql in your .bashrc file using following:
.bashrc
export PATH=$PATH:/usr/local/mysql/bin
But If you are using oh my zsh then you have to add path inside .zshrc file.
oh my zsh
.zshrc