major / MySQLTuner-perl

MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.
GNU General Public License v3.0
8.79k stars 1.27k forks source link

Remove innodb_stats_on_metadata mentions in Readme #744

Closed paskal closed 7 months ago

paskal commented 7 months ago

That flag is off by default, starting with MySQL 5.7, and the tool itself reports it in the "Performance Metrics" section.

Finishes what was started in #709.