summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2021-11-24 17:19:52 +1100
committerDaniel Black <daniel@mariadb.org>2021-11-24 17:19:55 +1100
commitef179dadf4700f323c507421e850be8dc7547aa8 (patch)
tree0d4f4cb5d8ddd3997941e3dc5d2aa021b53de07f
parent749d8dedc323154f4aa8a6e26dd464696e8c3fed (diff)
downloadmariadb-git-ef179dadf4700f323c507421e850be8dc7547aa8.tar.gz
mysql_install_db: remove MySQL references
MySQL documentation isn't going to help our users and we shouldn't refer to it.
-rw-r--r--scripts/mysql_install_db.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index c6129659151..6a415f4fa11 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -566,8 +566,7 @@ then
fi
echo
- echo "See the MariaDB Knowledgebase at http://mariadb.com/kb or the"
- echo "MySQL manual for more instructions."
+ echo "See the MariaDB Knowledgebase at http://mariadb.com/kb"
if test "$in_rpm" -eq 0
then
@@ -583,8 +582,7 @@ then
echo "Please report any problems at http://mariadb.org/jira"
echo
echo "The latest information about MariaDB is available at http://mariadb.org/."
- echo "You can find additional information about the MySQL part at:"
- echo "http://dev.mysql.com"
+ echo
echo "Consider joining MariaDB's strong and vibrant community:"
echo "https://mariadb.org/get-involved/"
echo