Reply to thread

From time to time I have the problem that my htpc hangs and I have to switch it off. In these cases the MySQL DB often is corrupted. I have understood, that the InnoDB backend does not does not get corrupted in these cases.

 

I have planned this:

  • do a backup with huhas Backup plugin
  • remove 1.30 beta completely
  • install MySQL 5.6
  • have a look how to switch from MyISAM to InnoDB
  • install 1.30RC and choose the option "I do already have a database-server"
  • hope that MePo installer creates the MePo db with InnoDB under 5.6 environment
  • restore my backup
  • hope everything works as before

Do you think that this will work?


Top Bottom