matomo-for-wordpress
matomo-for-wordpress copied to clipboard
Matomo does not work without InnoDB engine
see https://wordpress.org/support/topic/cannot-activate-without-innodb-support/
We can fallback in installer to MyISAM if InnoDB doesn't work. Eg around here maybe (to be tested) https://github.com/matomo-org/matomo-for-wordpress/blob/4.5.0/classes/WpMatomo/Installer.php#L103
For Matomo to use "MyISAM" we need to set type array key to MyISAM in https://github.com/matomo-org/matomo-for-wordpress/blob/4.5.0/classes/WpMatomo/Installer.php#L340-L349
Or maybe there is a constant in WordPress that tells us to use MyISAM?
Another user https://wordpress.org/support/topic/critical-wp-error-installation-fail/
Won't fix as the standard is now InnoDB.