background preloader

Conversion

Facebook Twitter

Tanaka

Linefeed. Zamzar - Free online file conversion. How to Convert MySQL from MyISAM to InnoDB Using a Script « Ryan. Okay.

How to Convert MySQL from MyISAM to InnoDB Using a Script « Ryan

So I need to convert MySQL database using the default MyISAM engine to the InnoDB engine. The command is simple: ALTER TABLE table_name ENGINE = InnoDB; However, this command needs to be done for EVERY table.