教程
问答
博客
Python源码
Java源码
开源
论坛
教程
问答
博客
Python源码
Java源码
开源
论坛
登录
注册
开源软件
服务器软件
数据库调整和优化
Google MySQL Tools
Google MySQL Tools
- MySQL 扩展和优化工具
数据库调整和优化
授权协议:
BSD
操作系统:
Linux
开发语言:
Python
软件简介
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 版本
就是基于该工具进行扩展的。
软件首页