终端 – 如何使用brew或brew cask安装’MySQL Utilities’?

我使用brew安装了MySQL服务器和客户端.我用brew桶安装了MysqL Workbench,但是我找不到MySQL Utilities(新的东西?).

如何使用brew或brew桶安装?

解决方法:

MysqL-utils是一个不同的桶

brew cask install MysqL-utilities

如果你做一个brew搜索MysqL,你可以看到caskroom桶

$brew search MysqL
autoMysqLbackup
MysqLMysqL++
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

相关文章

最近做自动化测试时,深感自己对前端涉猎太少,加上对这块比...
homebrew本身就是一个git仓库。使用homebrew安装软件包时,会...
一、Homebrew安装、卸载等命令Homebrew的安装和卸载都非常简...
在mac系统中,使用homebrew可以很方便的管理包。按照官网的说...
我按照说明从这里使用brew安装mysqlhttps://gist.github.com...
我在macOS10.12.4上安装了nginx1.10.3和php5.5.38作为开发服...