Comment 3 for bug 1435823

Revision history for this message
Bruno (bruno666-666) wrote : Re: mysql.service fail to start (mysql-server version: 5.6.23-1~exp1~ubuntu4)

Create a newfile /etc/tmpfiles.d/mysql.conf:

# systemd tmpfile settings for mysql
# See tmpfiles.d(5) for details

d /var/run/mysqld 0755 mysql mysql -

After reboot, mysql should start normally.