summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorkent@mysql.com <>2006-04-03 03:37:43 +0200
committerkent@mysql.com <>2006-04-03 03:37:43 +0200
commite1d6c3198447d28320da177d1a6863974aa40a48 (patch)
tree0b91ba8542805de7715b93e2c095fb6ee0df38a9 /scripts
parent2128b9fb88e12c4093696202a37cfce4ce1053e3 (diff)
downloadmariadb-git-e1d6c3198447d28320da177d1a6863974aa40a48.tar.gz
mysql_install_db.sh, MySQLEULA.txt, mysql_install_db.c:
Changed web address order.mysql.com to shop.mysql.com
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_install_db.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index 0b3742638f5..6aaeefaec17 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -1,3 +1,4 @@
+
#!/bin/sh
# Copyright (C) 2002-2004 MySQL AB
# For a more info consult the file COPYRIGHT distributed with this file.
@@ -397,7 +398,7 @@ then
echo
echo "The latest information about MySQL is available on the web at"
echo "http://www.mysql.com"
- echo "Support MySQL by buying support/licenses at https://order.mysql.com"
+ echo "Support MySQL by buying support/licenses at http://shop.mysql.com"
echo
exit 0
else