summarylogtreecommitdiffstats
path: root/mysql.install
diff options
context:
space:
mode:
authorMuflone2018-08-11 17:11:02 +0200
committerMuflone2018-08-11 17:11:02 +0200
commit5b7d43361ace466e5ebbd643485b42f81b57ed16 (patch)
treecfff67ba18e369cc24e46f98ae840b6853700bf3 /mysql.install
parent8420c2bc6e422a2d509fed432c0795eb16a6c6b0 (diff)
downloadaur-5b7d43361ace466e5ebbd643485b42f81b57ed16.tar.gz
Updated pkgbase mysql55 5.5.61-1
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"