Skip to content

Commit

Permalink
mysql_install_db: remove MySQL references
Browse files Browse the repository at this point in the history
MySQL documentation isn't going to help our
users and we shouldn't refer to it.
  • Loading branch information
grooverdan committed Nov 24, 2021
1 parent 749d8de commit ef179da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/mysql_install_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ef179da

Please sign in to comment.