summaryrefslogtreecommitdiff
path: root/scripts/mysql_install_db.sh
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2010-02-20 12:09:17 +0300
committerAlexander Nozdrin <alik@sun.com>2010-02-20 12:09:17 +0300
commit70c136ad3a84631300289d4496948f374fee0d3d (patch)
tree32a5cd9cdcef62294826c0b96bb0885880cc246f /scripts/mysql_install_db.sh
parenta9af3b51a90d5e5f5e0beefcdf28dfe5f631676d (diff)
parentc4de42d6f9c9310c916e3b254fbb741851586bf4 (diff)
downloadmariadb-git-70c136ad3a84631300289d4496948f374fee0d3d.tar.gz
Auto-merge from mysql-5.1-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 7e9b8a69677..3386bb09436 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