diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-11-29 11:16:20 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-11-29 11:16:20 +0200 |
commit | d4cb1776030b643895da0532b75c051f55e84356 (patch) | |
tree | 67ca086a5e0e0f0b959c8dd2080009bd51dc6a9b /scripts/mysql_install_db.sh | |
parent | ca2695392411adc7f1d19f85d464213128e4f285 (diff) | |
parent | 4da22738765ecc31fe9e253d349ca6e9d0f5d985 (diff) | |
download | mariadb-git-d4cb1776030b643895da0532b75c051f55e84356.tar.gz |
Merge 10.4 into 10.5
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 14ef6840d6d..b4e4f6959a6 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -631,8 +631,7 @@ then fi echo - echo "See the MariaDB Knowledgebase at https://mariadb.com/kb or the" - echo "MySQL manual for more instructions." + echo "See the MariaDB Knowledgebase at https://mariadb.com/kb" if test "$in_rpm" -eq 0 then @@ -648,8 +647,7 @@ then echo "Please report any problems at https://mariadb.org/jira" echo echo "The latest information about MariaDB is available at https://mariadb.org/." - echo "You can find additional information about the MySQL part at:" - echo "https://dev.mysql.com" + echo echo "Consider joining MariaDB's strong and vibrant community:" echo "https://mariadb.org/get-involved/" echo |