From 99af099d8eb25d05f02fe89a4737b2a488021d75 Mon Sep 17 00:00:00 2001 From: slef Date: Mon, 22 Dec 2003 15:06:00 +0000 Subject: [PATCH] another possible mysql location --- misc/Install.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/Install.pm b/misc/Install.pm index 98725aa70e..dd997b39ff 100644 --- a/misc/Install.pm +++ b/misc/Install.pm @@ -989,6 +989,7 @@ MySQL installation directory: |; sub getmysqldir { foreach my $mysql (qw(/usr/local/mysql /opt/mysql + /usr/local /usr )) { if ( -d $mysql && -f "$mysql/bin/mysqladmin") { -- 2.39.5