major/MySQLTuner-perl

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

已關閉

#896 建立於 2026年4月14日

 (4 則留言) (0 個反應) (1 位負責人)Perl (1,286 個分叉)batch import
Help WantedPATCH DELIVEREDTest wantedbug

倉庫指標

星標
 (9,475 顆星)
PR 合併指標
 (平均合併 3天 20小時) (30 天內合併 9 個 PR)

描述

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

貢獻者指南