Jump to content

Innodb to myisam

Featured Replies

Posted

Hello

Is it possible after converting a table to Innodb to convert it back to myisam without any problems and how?

Thank you

  • 1 month later...

Yes.

ALTER TABLE table_x ENGINE=MyISAM;



There shouldn't be any problems.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.