Nach einem Reboot startet mySql-Server nicht mehr.
Wenn ich "service mysql start" in der Konsole eintippe, kommt folgender Fehler:
Code
Job for mysql.service failed. See 'systemctl status mysql.service' and 'journalctl -xn' for details.
Der Output von 'systemctl status mysql.service' is wie folgt:
Code
● mysql.service - LSB: Start and stop the mysql database server daemon
Loaded: loaded (/etc/init.d/mysql)
Active: failed (Result: exit-code) since Sat 2018-05-19 10:32:20 CEST; 1min 3 2s ago
Process: 8045 ExecStart=/etc/init.d/mysql start (code=exited, status=1/FAILURE )
May 19 10:31:54 v22018056234066029 mysqld[8714]:
May 19 10:31:54 v22018056234066029 mysqld[8714]: 180519 10:31:54 InnoDB: St....
May 19 10:31:54 v22018056234066029 mysqld[8714]: 180519 10:31:54 InnoDB: Sh...2
May 19 10:31:54 v22018056234066029 mysqld[8714]: 180519 10:31:54 [Note] /usr...e
May 19 10:31:54 v22018056234066029 mysqld[8714]:
May 19 10:31:55 v22018056234066029 mysqld_safe[8788]: mysqld from pid file /v...
May 19 10:32:20 v22018056234066029 mysql[8045]: Starting MySQL database serv...!
May 19 10:32:20 v22018056234066029 systemd[1]: mysql.service: control proces...1
May 19 10:32:20 v22018056234066029 systemd[1]: Failed to start LSB: Start an....
May 19 10:32:20 v22018056234066029 systemd[1]: Unit mysql.service entered fa....
Hint: Some lines were ellipsized, use -l to show in full.
Display More
Folgendes ist der Log von 'journalctl -xn':
Code
-- Logs begin at Sat 2018-05-19 10:03:09 CEST, end at Sat 2018-05-19 10:34:21 CEST. --
May 19 10:33:51 v22018056234066029 postfix/cleanup[5817]: warning: 2AFAE80669: virtual_alias_maps map lookup problem for root@v22018056234066029.hotsrv.de -- message not accepted, try again later
May 19 10:33:59 v22018056234066029 postfix/anvil[7997]: statistics: max connection rate 1/60s for (smtp:181.214.206.101) at May 19 10:30:28
May 19 10:33:59 v22018056234066029 postfix/anvil[7997]: statistics: max connection count 1 for (smtp:181.214.206.101) at May 19 10:30:28
May 19 10:33:59 v22018056234066029 postfix/anvil[7997]: statistics: max cache size 2 at May 19 10:30:29
May 19 10:34:19 v22018056234066029 postfix/smtpd[9095]: connect from unknown[181.214.206.101]
May 19 10:34:20 v22018056234066029 dovecot[600]: auth-worker(9102): Error: mysql(127.0.0.1): Connect failed to database (froxlor): Can't connect to MySQL server on '127.0.0.1' (111) - waiting for 1 seconds before retry
May 19 10:34:20 v22018056234066029 dovecot[600]: auth-worker(9102): Error: mysql(127.0.0.1): Connect failed to database (froxlor): Can't connect to MySQL server on '127.0.0.1' (111) - waiting for 1 seconds before retry
May 19 10:34:21 v22018056234066029 postfix/smtpd[9104]: connect from unknown[181.214.206.20]
May 19 10:34:21 v22018056234066029 dovecot[600]: auth-worker(9102): Error: mysql(127.0.0.1): Connect failed to database (froxlor): Can't connect to MySQL server on '127.0.0.1' (111) - waiting for 5 seconds before retry
May 19 10:34:21 v22018056234066029 dovecot[600]: auth-worker(9102): Error: mysql(127.0.0.1): Connect failed to database (froxlor): Can't connect to MySQL server on '127.0.0.1' (111) - waiting for 5 seconds before retry
Display More
Ich wäre sehr dankbar, falls jemand von euch mir helfen kann!
Danke im Voraus c: