Apple - How to install 'MySQL Utilities' using brew or brew cask?
This will do it:
brew tap caskroom/cask
brew install brew-cask
brew cask install mysqlworkbench
mysql-utils is a different cask
brew cask install mysql-utilities
if you do a brew search mysql
you can see the caskroom casks
$ brew search mysql
automysqlbackup
mysql ✔
mysql++
mysql-cluster
mysql-connector-c
mysql-connector-c++
mysql-sandbox
mysql-search-replace
mysqltuner
homebrew/php/php53-mysqlnd_ms
homebrew/php/php55-mysqlnd_ms
homebrew/versions/mysql51
homebrew/versions/mysql56
Caskroom/cask/mysqlworkbench
homebrew/php/php54-mysqlnd_ms
homebrew/php/php56-mysqlnd_ms
homebrew/versions/mysql55
Caskroom/cask/mysql-utilities <<<<=============
Caskroom/cask/navicat-for-mysql
In order to have a functional mysql-utils you would need to have the python connector. You can download it from
http://dev.mysql.com/downloads/connector/python/ (osX 10.8 and 10.9)
or
https://dev.mysql.com/downloads/connector/python/2.0.html (osX 10.7)
But I prefer to have from the .tar.gz and install it manually. You can have detailed instructions here