summaryrefslogtreecommitdiff
path: root/scripts/mysql_install_db.sh
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-02-20 12:14:09 +0300
committerAlexander Nozdrin <alik@sun.com>2010-02-20 12:14:09 +0300
commit7e8611f82b7752a18d9b3d091516e2d2209b1813 (patch)
treef7d620af96668d465e39ea91f2aa8baf31251a6f /scripts/mysql_install_db.sh
parentc3757afec4d025e3083667b47aee06b9e58a3727 (diff)
parentce74e8ccd01224358265d0944d58714551bfb101 (diff)
downloadmariadb-git-7e8611f82b7752a18d9b3d091516e2d2209b1813.tar.gz
Auto-merge from mysql-trunk-mtr.
Diffstat (limited to 'scripts/mysql_install_db.sh')
-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 b4cfc054b35..be594b42ea2 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -416,8 +416,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/."
@@ -476,9 +475,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