From c68a4e89d822e24e8c757959b76455d53c60b4fe Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 6 Sep 2002 16:43:18 +0000 Subject: [PATCH] adding mysql path for linux mandrake (which is /usr/bin/mysql) --- installer.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/installer.pl b/installer.pl index b45e3512d3..49139e34f5 100644 --- a/installer.pl +++ b/installer.pl @@ -791,6 +791,7 @@ my $mysqlpass = ''; foreach my $mysql (qw(/usr/local/mysql /opt/mysql + /usr )) { if ( -d $mysql ) { $mysqldir=$mysql; -- 2.39.2