I just installed mysql with homebrew on mac OSX.
The very first thing I did after the installation was the following symlink: /usr/bin/mysql -> /usr/local/Cellar/mysql/5.5.15/bin/mysql
But if I type 'mysql', instead of having the mysql-client interface, I get into /var/empty/, exactly like if I was doing a cd /var/empty/
Why, and how can I fix this problem so that the mysql command execute the mysql client ?