Table mysql/innodb_table_stats has length mismatch
This error appears in the MySQL log file (mysql_error.log) when the internal InnoDB statistics tables are out of sync with the current MySQL version — typically after a MySQL upgrade:
InnoDB: Table mysql/innodb_table_stats has length mismatch in the column name table_name. Please run mysql_upgradeRunning the built-in upgrade tool in MAMP PRO resolves the issue:
-
Open MAMP PRO and start the servers.
-
Open the Tools menu and select Upgrade MySQL Databases….
-
Click Upgrade in the dialog that appears.
-
Once the upgrade is complete, close the dialog.
← MySQL