Below you will find pages that utilize the taxonomy term “Percona Toolkit”
Posts
pt-variable-advisor - Analyze MySQL variables and advise on possible problems
pt-variable-advisor 是 Percona Toolkit 內的工具之一,能調用 MySQL/MariaDB 的 SHOW VARIABLES 命令偵測參數值,並根據 Rule 分析給予修正的建議。
使用方式如下:
pt-variable-advisor [OPTIONS] [DSN] 像是:
pt-variable-advisor h=$host,P=$port,u=$user,p=$password Link pt-variable-advisor
read morePosts
Percona Toolkit - Install with HomeBrew
如要在 MAC 上使用 Percona Toolkit,可透過 HomeBrew 進行安裝。
brew install percona-toolkit 安裝後可調用 Percona Toolkit 命令查驗,,確認安裝無誤。
pt-variable-advisor --version
read more