PDA

View Full Version : Storage engines


alexwilliams57
1-16-07, 09:15 AM
Hello,

My Powweb service allows for me to have one database. The current storage engine is MyISAM but I would like to use InnoDB as this supports referential integrity. How can I change my storage engine to InnoDB from MyISAM, would I need to contact Powweb, or is there an option to change this, or any SQL I can use?

thanks

rtoohil
1-16-07, 09:22 AM
We don't support InnoDB, unfortunately. Just MyISAM.

alexwilliams57
1-16-07, 11:41 AM
Is there no way that referential integrity can be supported then?