Follow Ups InnoDB compatibility
My storage engine is InnoDB instead of MySIAM. Therefore not all database tables are being created upon activation.
The plugin does not take into account that tables can be stored on different platforms in many standards.
Because the plugin makers have forgotten to define this, the plugin does not create the tables at some webhosters.
The tables should have the ROW_FORMAT = DYNAMIC if they are created in the InnoDB format, and if this does not happen, it is encountered against big errors.
In matter of fact this is not an idea but a bug I guess.

1 comment
-
Frank commented
See for further details ticket #566899