diff options
author | unknown <kent@mysql.com> | 2006-04-03 03:52:22 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-04-03 03:52:22 +0200 |
commit | 291d874578a62b3cae0b3e1d047972268794d97f (patch) | |
tree | 0cbe6eaaac5049e2c7208a28018afdfa218acf81 /scripts/mysql_install_db.sh | |
parent | 320a179f29f2f9da2dcee82219f23f36ad6239b9 (diff) | |
parent | 75553aba0a2a6a0517519662ba3b138f75f8a067 (diff) | |
download | mariadb-git-291d874578a62b3cae0b3e1d047972268794d97f.tar.gz |
Merge
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 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 |