what happens when you do this at command line :
which mysql
when that happens, it should print something out like this :
/usr/local/bin/mysql
then, you would type (whatever it tells you but for this example i use mine)
/usr/local/bin/mysql -uroot -p
and tell us what all these steps do and what errors you get.