From: jake%acutex.net <> Date: Tue, 17 Jul 2001 02:50:17 +0000 (+0000) Subject: Correcting the URL for MySQL's web page. Bug 90553. X-Git-Tag: bugzilla-2.14~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba1e58f58c3e679a69f23f525ab6c2df41403fb8;p=thirdparty%2Fbugzilla.git Correcting the URL for MySQL's web page. Bug 90553. Patch by Myk Melez --- diff --git a/checksetup.pl b/checksetup.pl index 7102df13c7..8ce8bf6f77 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -702,7 +702,7 @@ if ($my_db_check) { die "Your MySQL server is either too old or a known broken version.\n", " Bugzilla requires version $sql_want or later of MySQL.\n", ($sql_vers eq "3.23.29") ? "Version 3.23.29 has a broken encrypt() command. 3.23.30 fixes this.\n" : "", - " Please visit http://www.mysql.org and download a newer version.\n"; + " Please visit http://www.mysql.com and download a newer version.\n"; } my @databases = $dbh->func('_ListDBs');