Debian 8.7
i-mscp 1.3.16
While upgrading i get the following error:
Während dem upgrade bekomme ich folgenden Fehler:
[ERROR] Servers::sqld::mysql::restart: Could not restart the `mysql' service: iMSCP::Provider::Service::Sysvinit::_exec: Job for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details. at /usr/local/src/imscp-1.4.1/engine/PerlLib/iMSCP/Service.pm line 233.
[ERROR] autoinstaller::Functions::install: An error occurred while performing installation steps
root@www:/usr/local/src/imscp-1.4.1# systemctl status mysql.service sagt folgendes
Mär 29 10:01:00 www systemd[1]: Starting LSB: Start and stop the mysql database server daemon...
Mär 29 10:01:02 www mysql[21698]: Starting MySQL database server: mysqld ..
Mär 29 10:01:02 www mysql[21698]: /etc/init.d/mysql: Zeile 121: /etc/mysql/debian-start: Datei oder Verzeichnis nicht gefunden
Mär 29 10:01:02 www systemd[1]: mysql.service: control process exited, code=exited status=127
Mär 29 10:01:02 www systemd[1]: Failed to start LSB: Start and stop the mysql database server daemon.
Mär 29 10:01:02 www systemd[1]: Unit mysql.service entered failed state.
Aber / but
root@www:/usr/local/src/imscp-1.4.1# /etc/init.d/mysql stop
[ ok ] Stopping mysql (via systemctl): mysql.service.
root@www:/usr/local/src/imscp-1.4.1# /etc/init.d/mysql start
[ ok ] Starting mysql (via systemctl): mysql.service.
root@www:/usr/local/src/imscp-1.4.1#
and
root@www:/usr/local/src/imscp-1.4.1# mysql -V
mysql Ver 14.14 Distrib 5.5.54, for debian-linux-gnu (x86_64) using readline 6.3
root@www:/usr/local/src/imscp-1.4.1#