Return to install.pl CVS log | Up to [LON-CAPA] / doc / install / linux |
version 1.45.2.16, 2021/03/29 03:50:33 | version 1.45.2.17, 2021/12/10 15:31:47 |
---|---|
Line 529 sub check_mysql_running { | Line 529 sub check_mysql_running { |
if ($1 >= 19) { | if ($1 >= 19) { |
$mysqldaemon ='mariadb'; | $mysqldaemon ='mariadb'; |
} | } |
if ($1 >= 34) { | |
$process = 'mariadb'; | |
} | |
} elsif ($distro =~ /^(?:centos|rhes|scientific|oracle)(\d+)/) { | } elsif ($distro =~ /^(?:centos|rhes|scientific|oracle)(\d+)/) { |
if ($1 >= 7) { | if ($1 >= 7) { |
$mysqldaemon ='mariadb'; | $mysqldaemon ='mariadb'; |