We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da9c37b + 27d48d8 commit da6dabcCopy full SHA for da6dabc
1 file changed
mysqltuner.pl
@@ -3872,7 +3872,7 @@ sub mysql_myisam {
3872
3873
if ( $nb_myisam_tables > 0 ) {
3874
badprint
3875
- "Consider migrating $nb_myisam_tables followning tables to InnoDB:";
+ "Consider migrating $nb_myisam_tables following tables to InnoDB:";
3876
my $sql_mig = "";
3877
for my $myisam_table (
3878
select_array(
0 commit comments