> - download mariadb-client-10.1.deb, extract mytop binary, copy it in > /usr/bin/ (as defined in the .deb)
For those who'll try this, here's what I did: - download the deb - extract it with «dpkg-deb -x» - copy the mytop command to /usr/local/bin - comment out the line 129: - unshift @ARGV, split "\n", `$my_print_defaults client mytop`; - else the connection always fails on Percona XtraDB Cluster. I narrow it down with a diff to mytop 1.91, Jessie version. - did it with: sed -i s/unshift/\#unshift/ path/to/mytop I'll stick to it until mytop goes back... in a new package mysql-utils? It could be paired with mysqltuner and tools like that :-) HTH, Yvan.