siddaramesh Posted April 4, 2015 Share Posted April 4, 2015 (edited) hi, i want to my change my database mysql_engine InnoDB to ISAM. please tell me how to convert to ISAM and, advantages and disadvantages of converting from InnoDB to ISAM. if i convert my database files to ISAM, any problem occurs to my data...? Edited April 4, 2015 by siddaramesh (see edit history) Link to comment Share on other sites More sharing options...
Bill Dalton Posted April 4, 2015 Share Posted April 4, 2015 It is completely up to you. You can use either or even both. Please see, https://rtcamp.com/tutorials/mysql/innodb-to-myisam/ Link to comment Share on other sites More sharing options...
bellini13 Posted April 5, 2015 Share Posted April 5, 2015 Prestashop does not utilize the features that InnoDB provide, so there is no reason to using it at this point. converting to myisam will not introduce problems, unless the export/import process fails. I would suggest that you create a duplicate copy of your store, practice the steps Bill has provided, and then test the store works properly. @Bill: thanks for the script! Link to comment Share on other sites More sharing options...
Recommended Posts