diff options
author | cmiller@zippy.cornsilk.net <> | 2007-04-03 09:20:22 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-04-03 09:20:22 -0400 |
commit | 5f4dfdd5fe70992a928655c0330d45475086eacb (patch) | |
tree | 7fa50722c085b9530bfa933fd31afeef374b4a05 /support-files | |
parent | 30d5fbe5b1633ba298568cbb843600ea96a3a8ee (diff) | |
parent | d2566405841b1c3f41ce054766374f96369203cd (diff) | |
download | mariadb-git-5f4dfdd5fe70992a928655c0330d45475086eacb.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-community
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index ce1335e1bc4..d2ae4a52081 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -539,6 +539,11 @@ chmod -R og-rw $mysql_datadir/mysql # Allow safe_mysqld to start mysqld and print a message before we exit sleep 2 +echo "Thank you for installing the MySQL Community Server! For Production +systems, we recommend MySQL Enterprise, which contains enterprise-ready +software, intelligent advisory services, and full production support with +scheduled service packs and more. Visit www.mysql.com/enterprise for more +information." %post ndb-storage mysql_clusterdir=/var/lib/mysql-cluster |