我使用brew安装了MySQL服务器和客户端.我用brew桶安装了MysqL Workbench,但是我找不到MySQL Utilities(新的东西?).
如何使用brew或brew桶安装?
解决方法:
brew cask install MysqL-utilities
如果你做一个brew搜索MysqL,你可以看到caskroom桶
$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
为了拥有一个功能齐全的MysqL-utils,你需要拥有python连接器.你可以从下载
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)
但我更喜欢从.tar.gz手动安装它.你可以有详细的说明here