summarylogtreecommitdiffstats
path: root/mysql.install
diff options
context:
space:
mode:
Diffstat (limited to 'mysql.install')
-rw-r--r--mysql.install2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql.install b/mysql.install
index f0764bb76330..434ce35f180b 100644
--- a/mysql.install
+++ b/mysql.install
@@ -7,8 +7,6 @@ post_install(){
chown -R mysql:mysql "/var/lib/mysql" &>/dev/null
fi
- /usr/bin/systemd-tmpfiles --create mysqld.conf
-
echo ":: You need to initialize the MySQL data directory prior to starting"
echo " the service. This can be done with mysql_install_db command, e.g.:"
echo " mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql"