Return to install.pl CVS log | Up to [LON-CAPA] / doc / install / linux |
version 1.40, 2017/03/29 21:00:44 | version 1.41, 2017/03/29 22:52:04 |
---|---|
Line 450 sub check_mysql_running { | Line 450 sub check_mysql_running { |
} | } |
} elsif ($distro =~ /^fedora(\d+)/) { | } elsif ($distro =~ /^fedora(\d+)/) { |
if ($1 >= 16) { | if ($1 >= 16) { |
if ($1 >= 19) { | |
$mysqldaemon ='mariadb'; | |
} | |
$process = 'mysqld'; | $process = 'mysqld'; |
$proc_owner = 'mysql'; | $proc_owner = 'mysql'; |
$use_systemctl = 1; | $use_systemctl = 1; |