Questions
Just do the following in your terminal:
echo $PATH
If your given path is not in that string, you have to add it like this: export PATH=$PATH:/usr/local/ or export PATH=$PATH:/usr/local/mysql/bin
export PATH=$PATH:/usr/local/
export PATH=$PATH:/usr/local/mysql/bin
~ Answered on 2011-11-19 16:28:17