mysql_upgrade

Wenn nach dem Patch Installation oder mysql update deine Backups über Plesk Jobs nicht mehr funktionieren und abbrechen mit:
„Cannot load from mysql.proc. The table is probably corrupted (1548)“.
Folgendes hilft:

mysql_upgrade -u admin -p`cat /etc/psa/.psa.shadow`

~~UP~~