Upgrade Moddle Database From 2.5 to Innodb and convert to innodb Baracuda
you can try this on a test environment first. mysql> select version(); +------------+ | version() | +------------+ | 5.5.24-cll | +------------+ 1 row in set (0.00 sec) mysql> show variables like "%innodb_file%"; +--------------------------+----------+ Variable_name | Value | +--------------------------+----------+ | innodb_file_format | Antelope | | innodb_file_format_check | ON | | innodb_file_format_max | Antelope | | innodb_file_per_table | ON ...