diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2014-12-12 10:38:19 -0500 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2014-12-12 10:38:19 -0500 |
commit | 4ba6ee1b31b32555b5168746525f6f5958b62c3b (patch) | |
tree | bbeea6d1d8aaff6b9e15e4517173f8cd8c6f5558 /scripts | |
parent | ed313e8a92a836422b9ae7b9ecf11c44ed4d5d66 (diff) | |
download | mariadb-git-4ba6ee1b31b32555b5168746525f6f5958b62c3b.tar.gz |
MDEV-6891: Update company name
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index fcf264262fd..8da092289e9 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -512,8 +512,8 @@ then 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 "SkySQL Ab. You can contact us about this at sales@skysql.com". + echo "Support MariaDB development by buying support/new features from MariaDB" + echo "Corporation Ab. You can contact us about this at sales@mariadb.com." echo "Alternatively consider joining our community based development effort:" echo "http://mariadb.com/kb/en/contributing-to-the-mariadb-project/" echo |