AmitBiswas.com

Converting from MyISAM to InnoDB in MySQL

Recently i had to convert a MySQL database from the MyISAM engine to the InnoDB engine. Although it looks like a complicated job but it is easier than you think. First, some background information One of the distinguishing features of MySQL is its ability to support multiple storage engines. Since each storage engine comes with [...]