Quote:
Originally Posted by ForceHSS
Would rather not remove better to just change them. Don't understand why some are having this problem in the first place
|
When I first had the problem I did a little research to find that the newer versions of MySQL had tighter security and did not support some of the older commands.
Quote:
MyISAM is the default storage engine. It is based on the older (and no longer available) ISAM storage engine but has many useful extensions.
To specify explicitly that you want a MyISAM table, indicate that with an ENGINE table option.
Normally, it is unnecessary to use ENGINE to specify the MyISAM storage engine. MyISAM is the default engine
|
By reading this information again, I guess I could have changed it to ENGINE instead of TYPE, but I didn't. The mod works so that is all I need! The problem is many people do not understand how to track down the errors they receive in the database. But regardless of that we still have some people that just don't bother to read! There are a lot of little steps in setting this mod up and people just want to install and it run 100% without even looking in the AdminCP!