diff options
author | unknown <kent@mysql.com> | 2006-04-03 03:40:54 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-04-03 03:40:54 +0200 |
commit | d2744ebcfd7c7fd0cdacd6a20f141c180e6474f6 (patch) | |
tree | 658072fd1d0a9b677e4f5def4d897f3cdfd26b9a /scripts/mysql_install_db.sh | |
parent | 6de1d9d378b2b326178bec3638685b629418533b (diff) | |
parent | e2b19a59d2e19cb30e6b71ac7a4fc8dc6e641130 (diff) | |
download | mariadb-git-d2744ebcfd7c7fd0cdacd6a20f141c180e6474f6.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.0
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
scripts/mysql_install_db.sh:
Auto merged
Diffstat (limited to 'scripts/mysql_install_db.sh')
-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 8dd95da11e3..5c2bca9a393 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 |