matomo-for-wordpress icon indicating copy to clipboard operation
matomo-for-wordpress copied to clipboard

Matomo does not work without InnoDB engine

Open mattmary opened this issue 3 years ago • 1 comments

see https://wordpress.org/support/topic/cannot-activate-without-innodb-support/

mattmary avatar Dec 19 '21 22:12 mattmary

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?

tsteur avatar Dec 20 '21 02:12 tsteur

Another user https://wordpress.org/support/topic/critical-wp-error-installation-fail/

mattmary avatar Oct 27 '22 23:10 mattmary

Won't fix as the standard is now InnoDB.

mattmary avatar Mar 28 '23 21:03 mattmary