summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-02-20 12:08:40 +0300
committerAlexander Nozdrin <alik@sun.com>2010-02-20 12:08:40 +0300
commitaa457a4aef6978e5621208d2b1d5240c8dd23c48 (patch)
treece024a45d05539910b9ddcd5921ff4a7408aab0d /scripts
parent90c3ace052e0649d6e93804be2b39b98db6ec15d (diff)
parent0a7b5fb045f70bd76b8a9b35f5e8517df1ea1c7b (diff)
downloadmariadb-git-aa457a4aef6978e5621208d2b1d5240c8dd23c48.tar.gz
Auto-merge from mysql-5.1.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_install_db.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index 20b7973cb4e..c5e4a1f1cba 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -410,8 +410,7 @@ else
echo "Try 'mysqld --help' if you have problems with paths. Using --log"
echo "gives you a log in $ldata that may be helpful."
echo
- echo "The latest information about MySQL is available on the web at"
- echo "http://www.mysql.com/. Please consult the MySQL manual section"
+ echo "Please consult the MySQL manual section"
echo "'Problems running mysql_install_db', and the manual section that"
echo "describes problems on your OS. Another information source are the"
echo "MySQL email archives available at http://lists.mysql.com/."
@@ -470,9 +469,6 @@ then
echo
echo "Please report any problems with the $scriptdir/mysqlbug script!"
echo
- echo "The latest information about MySQL is available at http://www.mysql.com/"
- echo "Support MySQL by buying support/licenses from http://shop.mysql.com/"
- echo
fi
exit 0