summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-02-20 11:23:12 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-02-20 11:23:12 +0100
commit0fd18913d92a3d4ebc24c5c474dfb61eb8adb723 (patch)
tree355886f324d663a1dd5268d58f7e9d7bbe57a506 /scripts
parent3b20b5fa346bc39f78638507c609571751794ffa (diff)
parentf027e4e00f0c4ecef89b635ae2ab1e48eb076bff (diff)
downloadmariadb-git-0fd18913d92a3d4ebc24c5c474dfb61eb8adb723.tar.gz
merge
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 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