summaryrefslogtreecommitdiff
path: root/netware
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 /netware
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 'netware')
-rw-r--r--netware/mysql_install_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/mysql_install_db.c b/netware/mysql_install_db.c
index 355e18b819a..65ee7873e5c 100644
--- a/netware/mysql_install_db.c
+++ b/netware/mysql_install_db.c
@@ -423,7 +423,7 @@ int main(int argc, char **argv)
printf("\nThe latest information about MySQL is available on the web at\n");
printf("\thttp://www.mysql.com\n");
- printf("\nSupport MySQL by buying support at https://order.mysql.com\n\n");
+ printf("\nSupport MySQL by buying support at http://shop.mysql.com\n\n");
return 0;
}