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.
1 parent 8724eb7 commit 4c14ba9Copy full SHA for 4c14ba9
mysqltuner.pl
@@ -1739,7 +1739,7 @@ sub security_recommendations {
1739
my $PASS_COLUMN_NAME = 'password';
1740
if ( $myvar{'version'} =~ /5\.7|10\..*MariaDB*/ ) {
1741
$PASS_COLUMN_NAME =
1742
-"IF(plugin='mysql_native_password', authentication_string, 'password')";
+"IF(plugin='mysql_native_password', authentication_string, password)";
1743
}
1744
debugprint "Password column = $PASS_COLUMN_NAME";
1745
@@ -3504,7 +3504,7 @@ sub mysqsl_pfs {
3504
push( @generalrec,
3505
"Consider installing Sys schema from https://github.com/good-dba/mariadb-sys for MariaDB"
3506
) unless ( mysql_version_eq( 10, 0 ) or mysql_version_eq( 5, 5 ) );
3507
-
+
3508
return;
3509
3510
else {
0 commit comments