Mysql startet nicht in Ubuntu 20.04

Mysql startet nicht in Ubuntu 20.04

Nachdem ich einige Systemaktualisierungen durchgeführt habe, startet mein MySQL-Server nach dem Neustart des PCs nicht.

Ausgabe von Mysql -V:

mysql  Ver 14.14 Distrib 5.7.31, for Linux (x86_64) using  EditLine wrapper

Ausgabe von mysql -u root:

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

Ausgabe von sudo systemctl status mysql.service:

     Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Tue 2020-08-11 12:04:44 UTC; 26min ago

srp 11 12:04:44 lukas-PC systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5. 
srp 11 12:04:44 lukas-PC systemd[1]: Stopped MySQL Community Server. 
srp 11 12:04:44 lukas-PC systemd[1]: mysql.service: Start request repeated too quickly. 
srp 11 12:04:44 lukas-PC systemd[1]: mysql.service: Failed with result 'exit-code'. 
srp 11 12:04:44 lukas-PC systemd[1]: Failed to start MySQL Community Server. 
srp 11 12:05:17 lukas-PC systemd[1]: /lib/systemd/system/mysql.service:37: PIDFile= references a path below legacy directory /var/run/, updating /var/run/mysqld/my

Muss ich den MySQL-Server neu installieren oder gibt es eine Möglichkeit, die MySQL-Installation zu reparieren? Vielen Dank

verwandte Informationen