ispCP - Board - Support - VHCS fork

Full Version: [SOLVED] InnoDB?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear,

Can ispCP use InnoDB as default table engine?

Best Regards,
Yves
It looks like ispCP specifies its engine; so even when InnoDB is the default table engine for mysql, ispCP does not use it.

Best Regards,
Yves
yes, the database.sql always specifies "ENGINE=MyISAM" at the end of each create block...
I suppose you could always change this table format later using phpmyadmin... If you really want to run on InnoDB. Or change it in the database.sql script before install...
I think if one really wants InnoDB then there are reasons for this and if you understand them, then you should also know how to change the tables and you also know what are the differences (pros/cons) of the two DB storage formats.

That's why I don't know what was the idea behind the original posting...
Reference URL's