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 /scripts | |
parent | 5e28df35af9d758b92c5d9caeedce143dfcf3bd5 (diff) | |
parent | 6783064d02c6b8d5f1ef8dc592c03bac3aa91e96 (diff) | |
download | mariadb-git-0298bfaac649ba00d56c3be3e1062f0262367c14.tar.gz |
Merge
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 33db1eae82a..c05fda745b0 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -1,3 +1,4 @@ + #!/bin/sh # Copyright (C) 2002-2003 MySQL AB # For a more info consult the file COPYRIGHT distributed with this file. @@ -269,7 +270,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" fi exit 0 else |