diff options
author | kent@mysql.com <> | 2006-04-03 03:52:22 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-04-03 03:52:22 +0200 |
commit | 0298bfaac649ba00d56c3be3e1062f0262367c14 (patch) | |
tree | 0cbe6eaaac5049e2c7208a28018afdfa218acf81 /netware | |
parent | 5e28df35af9d758b92c5d9caeedce143dfcf3bd5 (diff) | |
parent | 6783064d02c6b8d5f1ef8dc592c03bac3aa91e96 (diff) | |
download | mariadb-git-0298bfaac649ba00d56c3be3e1062f0262367c14.tar.gz |
Merge
Diffstat (limited to 'netware')
-rw-r--r-- | netware/mysql_install_db.c | 2 |
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; } |