SyntaxFix
Write A Post
Hire A Developer
Questions
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