summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorjake%acutex.net <>2001-07-17 04:50:17 +0200
committerjake%acutex.net <>2001-07-17 04:50:17 +0200
commitba1e58f58c3e679a69f23f525ab6c2df41403fb8 (patch)
treef686fe8427a085dff77bd9ed2bbd31559f0715a4 /checksetup.pl
parent22936f2b8cb70cfec4575989da2db549b60f5b30 (diff)
downloadbugzilla-ba1e58f58c3e679a69f23f525ab6c2df41403fb8.tar.gz
bugzilla-ba1e58f58c3e679a69f23f525ab6c2df41403fb8.tar.xz
Correcting the URL for MySQL's web page. Bug 90553.
Patch by Myk Melez <myk@mozilla.org>
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 7102df13c..8ce8bf6f7 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');