diff options
author | Daniel Bartholomew <dbart@askmonty.org> | 2012-06-18 16:57:58 -0400 |
---|---|---|
committer | Daniel Bartholomew <dbart@askmonty.org> | 2012-06-18 16:57:58 -0400 |
commit | bdc68e5baf9eafdc1956ff555770b010a6260102 (patch) | |
tree | 02eda0c162de39761ea7bdef50f464869255c9ce /scripts | |
parent | 28f2c5641d2b1423f4904828a678ceb3e794355e (diff) | |
download | mariadb-git-bdc68e5baf9eafdc1956ff555770b010a6260102.tar.gz |
various documentation updates
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 1dd6b787c43..0ed94d0ffa3 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -484,7 +484,8 @@ then echo "databases and anonymous user created by default. This is" echo "strongly recommended for production servers." echo - echo "See the MariaDB knowledge or the MySQL manual for more instructions." + echo "See the MariaDB Knowledgebase at http://kb.askmonty.org or the" + echo "MySQL manual for more instructions." if test "$in_rpm" -eq 0 then @@ -499,13 +500,13 @@ then echo echo "Please report any problems with the $scriptdir/mysqlbug script!" echo - echo "The latest information about MariaDB is available at http://www.askmonty.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 "http://dev.mysql.com" echo "Support MariaDB development by buying support/new features from" - echo "Monty Program Ab. You can contact us about this at sales@askmonty.org". + echo "Monty Program Ab. You can contact us about this at sales@montyprogram.com". echo "Alternatively consider joining our community based development effort:" - echo "http://askmonty.org/wiki/index.php/MariaDB#How_can_I_participate_in_the_development_of_MariaDB" + echo "http://kb.askmonty.org/en/contributing-to-the-mariadb-project/" echo fi |