mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
add ad
support-files/mysql.spec.sh: add ad at %post
This commit is contained in:
parent
a7d83bf623
commit
c161bf3e57
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue