major/MySQLTuner-perl

On Debian, latest version ask administrative login - previous versions did it automatically "using credentials from Debian maintenance account"

Geschlossen

#896 geöffnet am 14.04.2026

 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Perl (1.286 Forks)batch import
Help WantedPATCH DELIVEREDTest wantedbug

Repository-Metriken

Stars
 (9.475 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 20h) (9 gemergte PRs in 30 T)

Beschreibung

Current mysqltuner ask for administrative login on Debian:

# ./mysqltuner.pl
 >>  MySQLTuner 2.8.41
         * Jean-Marie Renouard <jmrenouard@gmail.com>
         * Major Hayden <major@mhtx.net>
 >>  Bug reports, feature requests, and downloads at http://mysqltuner.pl/
 >>  Run with '--help' for additional options and output filtering

ℹ  Skipped version check for MySQLTuner script
ℹ  Using mysql to check login
Please enter your MySQL administrative login:

Previous versions (here it is 2.7.0 example) got it automatically "using credentials from Debian maintenance account":

# ./mysqltuner.pl
 >>  MySQLTuner 2.7.0
         * Jean-Marie Renouard <jmrenouard@gmail.com>
         * Major Hayden <major@mhtx.net>
 >>  Bug reports, feature requests, and downloads at http://mysqltuner.pl/
 >>  Run with '--help' for additional options and output filtering

ℹ  Skipped version check for MySQLTuner script
✔  Logged in using credentials from Debian maintenance account.
✔  Operating on 64-bit architecture

Contributor Guide