adding mysql path for linux mandrake (which is /usr/bin/mysql)
authortipaul <tipaul>
Fri, 6 Sep 2002 16:43:18 +0000 (16:43 +0000)
committertipaul <tipaul>
Fri, 6 Sep 2002 16:43:18 +0000 (16:43 +0000)
installer.pl

index b45e351..49139e3 100644 (file)
@@ -791,6 +791,7 @@ my $mysqlpass = '';
 
 foreach my $mysql (qw(/usr/local/mysql
                       /opt/mysql
+                     /usr
                      )) {
    if ( -d $mysql ) {
             $mysqldir=$mysql;