10.02.2019, 17:49
Ich hatte dasselbe Problem beim Upgrade auf vB 5.
Ich habe folgende Zeile in der Datei "functions_installupgrade.php" angepasst.
//prefer innodb to memory type even for "memory" tables. The memory type
//has locking issues similar to MyISAM and InnoDB will use memory caching
//anyway for high traffic tables like session
if ($innodb)
{ // Otherise try Innodb
return 'InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC';