If you want to use Mysql client in a Mac without installing Mysql Server, just do the following:
1) Install MySqlWorkbench
https://www.mysql.com/products/workbench/
2) Run the following command in terminal
export PATH=$PATH:/Applications/MySQLWorkbench.app/Contents/MacOS
_