Quote:
Originally Posted by Eikinskjaldi
This is a mysql version incompatibility.
Mysql 5 adds the engine definition to the create table syntax. Mysql 4 (and perhaps 4.1, I am not sure) does not recognise it.
2 solutions
1) upgrade your mysql
2) edit the plugin to remove the engine designation.
|
Thanks for the suggestions.
Does removing the engine designation have any effect on the performance of the hack, and/or are there any theoretical reprecussions?