diff --git a/mysqltuner.pl b/mysqltuner.pl index 1e0a61a..149378f 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1689,7 +1689,7 @@ sub security_recommendations { } my $PASS_COLUMN_NAME = 'password'; - if ( $myvar{'version'} =~ /5.7/ ) { + if ( $myvar{'version'} =~ /5\.7|10\..*MariaDB*/ ) { $PASS_COLUMN_NAME = 'authentication_string'; } debugprint "Password column = $PASS_COLUMN_NAME";