--- doc/install/linux/install.pl 2021/03/29 03:49:58 1.77 +++ doc/install/linux/install.pl 2021/07/28 13:37:10 1.78 @@ -78,7 +78,7 @@ if (!open(LOG,">>loncapa_install.log")) &mt('Stopping execution.')."\n"; exit; } else { - print LOG '$Id: install.pl,v 1.77 2021/03/29 03:49:58 raeburn Exp $'."\n"; + print LOG '$Id: install.pl,v 1.78 2021/07/28 13:37:10 raeburn Exp $'."\n"; } # @@ -616,6 +616,9 @@ sub check_mysql_running { if ($1 >= 19) { $mysqldaemon ='mariadb'; } + if ($1 >= 34) { + $process = 'mariadb'; + } } elsif ($distro =~ /^(?:centos|rhes|scientific|oracle)(\d+)/) { if ($1 >= 7) { $mysqldaemon ='mariadb';