diff options
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 2 |
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'); |