红联Linux门户
Linux帮助

Percona Toolkit 3.0.8发布,MySQL管理工具包

发布时间:2018-03-17 11:27:46来源:红联作者:baihuo
Percona Toolkit 3.0.8 发布了,Percona Toolkit 是一组高级的命令行工具,用来管理 MySQL 和系统任务。
新特性:

Added the --output=secure-slowlog option to pt-query-digestto replace queries in the output by their fingerprints. This provides the ability to santize a slow log in order to adhere to GDPR as the slow query log has the potential to leak sensitive information since query WHERE clauses are included.
As an example of how the fingerprint anonymizes queries we’ll show this using an UPDATE statement:
UPDATE sbtest12 SET k='abc' WHERE id=12345
after fingerprinting, it becomes:
UPDATE sbtest? SET k=k? WHERE id=?

Bug 修复:

pt-kill in version 3.0.7 ignores the value of the --busy-time option

The post-install script fails on VM due to improper UUID file detection

软件详情:https://www.percona.com/blog/2018/03/16/percona-toolkit-3-0-8-now-available/

下载地址:https://www.percona.com/software/percona-toolkit

来自:开源中国社区
文章评论

共有 0 条评论