What is the Show.php file in your error message? Must be from a plugin/theme. There is possible something in that file that is running an infinite loop, or just trying to load too much data.
Your database looks fine. The only possible issue is the eventlog table. It has a lot of entries so perhaps queries of that table from plugins might be slow, or causing the error. You might want to delete data from that table that's older than a few months.