Jump to content

[Solved] Mysql Database Down Since Late Jan/early Feb 2014


Recommended Posts

Posted

InnoDB tends to trash itself more frequently when MySQL crashes. MyISAM can crash too, but it is more stable than innodb is, and repair is often easier if something does happen.

Posted

Hi Wolstech,

 

Thanks v.much. I have now managed to restore the website that gets used a lot after taking your advice above. I'll wait until mysql issues are solved to drop the redundant database. Or maybe I can delete all the table records from the redundant database if I start running into space issues?

 

Cheers Nick

Posted

The innodb tables are read-only, so you won't be able to remove their records.

 

If you have any MyISAM tables mixed in with the innodb tables though, you can remove the records from those particular tables (or drop the MyISAM table entirely.)

Guest
This topic is now closed to further replies.
×
×
  • Create New...