3
# postflight - this script will be executed after the MySQL PKG
4
# installation has been performed.
6
# This script will install the MySQL privilege tables using the
7
# "mysql_install_db" script and will correct the ownerships of these files
12
if [ ! -f data/mysql/db.frm ] ; then
13
./scripts/mysql_install_db --rpm
17
chown -R @MYSQLD_USER@ data