mysqldump error #1557: corrupt event table?

Sounds like a broken mysql upgrade.

I would suggest to try :

mysql_upgrade -u root -h localhost -p --verbose --force

and then /etc/init.d/mysql restart

Finally, try again :)