Google MySQL ToolsMySQL 扩展和优化工具
Google MySQL Tools 是一组用来管理、维护和提升 MySQL 数据库性能的工具,由 Google 公司开发。
该工具目前包括:
- mypgrep.py - a tool, similar to pgrep, for managing mysql connections
- compact_innodb.py - compacts innodb datafiles by dumping and reloading all tables
- patches - patches to add features to MySQL 4.0.26 and MySQL 5.0.37
MySQL 的 5.4 版本就是基于该工具进行扩展的。
评论