Advanced command-line tools for MySQL, MariaDB and system administration
Command-line tools for MySQL, MariaDB and system tasks
pt-query-digestpt-online-schema-changept-table-checksumpt-duplicate-key-checkerpt-findpt-heartbeatpt-killpt-deadlock-loggerpt-show-grantspt-config-diff$ pt-query-digest /var/log/mysql/slow.log | head -20$ pt-online-schema-change --alter='ADD COLUMN status INT' D=mydb,t=mytable --execute$ pt-duplicate-key-checker --host=localhost --user=root --password=secret