Batch convert MyISAM tables to InnoDB from Terminal
A couple months ago I posted on a modified php script to convert tables MySQL tables from MyISAM to InnoDB. It worked all well and… Read More »Batch convert MyISAM tables to InnoDB from Terminal
A couple months ago I posted on a modified php script to convert tables MySQL tables from MyISAM to InnoDB. It worked all well and… Read More »Batch convert MyISAM tables to InnoDB from Terminal
I wrote (or rather modified an existing script) that batch converts the moodle database from MyISAM to InnoDB. This saves a lot of time, rather… Read More »Moodle: PHP script to convert Mysql database from MYISAM to InnoDB