#If you are sure that Mysql is installed then you might have a problem
#with the PATH variable. You can find the location of your mysql
#installation with you operating system's search functionality add the
#folder of the bin folder that contains the mysql executable to the PATH
#variable like this. For Mac and Linux machines it would be like this
export PATH=${PATH}:<path to Mysql bin folder>
#If the mysql is installed in /usr/local/mysql folder you need to execute
export PATH=${PATH}:/usr/local/mysql/bin