Upgrading MySQL to 5.7 on a previous working Piwik has broken it. Most of the dashboard widgets now error with:
Referrer Websites
SQLSTATE[HY000]: General error: 2006 MySQL server has gone away - caused by plugin Actions
Widget
Overview
SQLSTATE[HY000]: General error: 2006 MySQL server has gone away - caused by plugin Actions
As per the FAQ I have increased the following parameters:
wait_timeout=100000
max_allowed_packet=128M
Restarted and so on. Even tried reimporting the database and removing the character sets as per another solution.