August 29, 2013
We can use various methods to change database engine. In order to convert Database ENGINE from InnoDB to MyISAM use the following methods and shell scripts. First you should take all the databases backup. root@serv [~]#mysqldump DBname > DBBacupname.sql Method : 1 Once you secure the Database you may create a file called DBlist.txt and […]