summaryrefslogtreecommitdiff
path: root/scripts/mysql_install_db.sh
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2006-04-03 03:37:43 +0200
committerunknown <kent@mysql.com>2006-04-03 03:37:43 +0200
commit6e6362783f837bce6dbc031e0240fc80ab82de03 (patch)
tree0b91ba8542805de7715b93e2c095fb6ee0df38a9 /scripts/mysql_install_db.sh
parentbcc7bff4018dc9c673f229497d8c77d412f5e4ea (diff)
downloadmariadb-git-6e6362783f837bce6dbc031e0240fc80ab82de03.tar.gz
mysql_install_db.sh, MySQLEULA.txt, mysql_install_db.c:
Changed web address order.mysql.com to shop.mysql.com netware/mysql_install_db.c: Changed web address order.mysql.com to shop.mysql.com Docs/MySQLEULA.txt: Changed web address order.mysql.com to shop.mysql.com scripts/mysql_install_db.sh: Changed web address order.mysql.com to shop.mysql.com
Diffstat (limited to 'scripts/mysql_install_db.sh')
-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