View Single Post
Krillin
Senior Member
Join Date: Jul 2004
Old 02-10-2014 , 01:06   Re: SuperHero MySQL save
Reply With Quote #7

In the SQL statements where you see
Code:
TYPE=MyISAM
Change them to:
Code:
ENGINE=MyISAM
This should allow SHM to write the tables to the database. This is an old problem with newer MySQL Server Engines 5.0 and above.

Hope this will help you or anyone else. We had to address this problem in 2009!

Best Regards,
Krillin
__________________
Krillin's World Server(s) Operator

Krillin is offline