From ba1e58f58c3e679a69f23f525ab6c2df41403fb8 Mon Sep 17 00:00:00 2001 From: "jake%acutex.net" <> Date: Tue, 17 Jul 2001 02:50:17 +0000 Subject: Correcting the URL for MySQL's web page. Bug 90553. Patch by Myk Melez --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') 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'); -- cgit v1.2.3-24-g4f1b