Switching database engine from MyISAM to InnoDB
The MyISAM engine tends to be troublesome: corruption, no crash recovery, etc.
AMW works fine on InnoDB, it would be good to switch to it.
Looks like the only change to make would be in amt/model.php:82
, in the create table
sql request: ENGINE=MyISAM
→ ENGINE=InnoDB
.