I want to run MYSQL from the command line, as in
mysql -u root -p
but it returns
-bash: mysql: command not found
So, need to install it, I think. But then what application exactly do I need to install? I see a dozen applications here: http://dev.mysql.com/downloads/, installed some, but still can't use mysql from the command line.
I'm using mavericks. Thanks a lot