Commit ef179dad authored by Daniel Black's avatar Daniel Black

mysql_install_db: remove MySQL references

MySQL documentation isn't going to help our
users and we shouldn't refer to it.
parent 749d8ded
...@@ -566,8 +566,7 @@ then ...@@ -566,8 +566,7 @@ then
fi fi
echo echo
echo "See the MariaDB Knowledgebase at http://mariadb.com/kb or the" echo "See the MariaDB Knowledgebase at http://mariadb.com/kb"
echo "MySQL manual for more instructions."
if test "$in_rpm" -eq 0 if test "$in_rpm" -eq 0
then then
...@@ -583,8 +582,7 @@ then ...@@ -583,8 +582,7 @@ then
echo "Please report any problems at http://mariadb.org/jira" echo "Please report any problems at http://mariadb.org/jira"
echo echo
echo "The latest information about MariaDB is available at http://mariadb.org/." echo "The latest information about MariaDB is available at http://mariadb.org/."
echo "You can find additional information about the MySQL part at:" echo
echo "http://dev.mysql.com"
echo "Consider joining MariaDB's strong and vibrant community:" echo "Consider joining MariaDB's strong and vibrant community:"
echo "https://mariadb.org/get-involved/" echo "https://mariadb.org/get-involved/"
echo echo
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment