mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mysql_install_db: remove MySQL references
MySQL documentation isn't going to help our users and we shouldn't refer to it.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user