InnoDB to MyISAM

autosurf

Active Member
Hello,

My server crashed and I have the backup of my db in binary (/var/lib/mysql/(domaine name/)

However, this directory includes only the data and structure of MyISAM tables.
I also have not been able to recover all of my Factbook following a scrash mysql.

It would have been different if the tables were in MyISAM
all of my data could be restored ^ ^

This can be useful in many webmasters

PLEASE change the table type in future versions of VIsioList

Code:
ALTER TABLE yourtablename ENGINE=myisam
 

Basti

Administrator
Staff member
VL installs with whatever your mysql has set to default. Not sure where your issue is. Just use whatever type your backup is
 
Top