The following works fine,
pt-mysql-summary --config=/usr/local/mysql/my.cnf --defaults-file=/mampstack/mypercdvd.cnf --all-databases
but I get:
Config File | Cannot autodetect or find, giving up
Any way to get that working?
Thx D
What you get’s without options ? like below.
$ pt-mysql-summary – --user=root --password=
Do not confuse Percona toolkit configuration file with MySQL .cnf.–config is for Percona toolkit–defaults-file and DSN F specifier is for MySQL .cnfe.g. to connect to a DSN with the account in .cnf use
h=127.0.0.1,P=3366,F=./pt.cnf<br>[client]<br>user = ...<br>password = ...<br>
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.Copyright © 2006 - 2024 Percona LLC. All rights reserved.