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

栏目: 软件资讯 · 发布时间: 7年前

内容简介:Percona Toolkit 3.0.8 发布了,Percona Toolkit 是一组高级的命令行工具,用来管理 MySQL 和系统任务。 新特性: PT-1500: Added the --output=secure-slowlog option to pt-query-digestto replace queries i...

Percona Toolkit 3.0.8 发布了,Percona Toolkit 是一组高级的命令行工具,用来管理 MySQL 和系统任务。

新特性:

  • PT-1500: 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-1492:  pt-kill in version 3.0.7 ignores the value of the --busy-time option

  • PT-1503: The post-install script fails on VM due to improper UUID file detection

完整内容请查看发布主页

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


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

ASP.NET 2.0技术内幕

ASP.NET 2.0技术内幕

埃斯帕斯托 / 施平安 / 清华大学出版社 / 2006-8 / 68.00元

《ASP.NET2.0技术内幕》围绕着ASP.NET 2.0是Web开发的重要分水岭这一主题,采用自顶向下的方式介绍ASP.NET 2.0的最新编程实践,从更广泛的特征到具体的实现和编程细节,充分展示了ASP.NET的最新编程实践。全书共15章,主题涉及HTTP运行库、安全性、缓存、状态管理、控件、数据绑定和数据访问。   《ASP.NET2.0技术内幕》主题丰富,讲解透彻,包含大量实例,是......一起来看看 《ASP.NET 2.0技术内幕》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

html转js在线工具
html转js在线工具

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换