I have MySql installed as part of MAMP on my MacBook Pro OS X 10.6.4. But Terminal responds to the mysql command with:
-bash: mysql: command not found
This:
sudo find / -name "mysql"
brings this:
/Applications/MAMP/db/mysql /Applications/MAMP/db/mysql/mysql /Applications/MAMP/Library/bin/mysql /Applications/MAMP/tmp/mysql
Even when I try to launch mysql from those directories, it's not happening. What's up here?