Spiga

mysql error : Incorrect information in file: ./table.frm

by Gabi Solomon

After tinkering with my VPS settings to optimize it ( it was having some low memory problems ) and after restarting the server, just when i tought everything was ok i noticed that i managed to break some websites.

they all got this error:

mysql error : Incorrect information in file: ./table.frm

After a bit of googling i found the problem … apparently it could be because there is no support for InnoDB … oops. In my quest for optimization i disabled the support for InnoDB tables thinking that there werent any InnoDB tables in the websites hosted on that VPS .. apparently they were :( .

Hope you get here faster then i found the solution.
Cheers

Related Posts

  • if you dont use InnoDb tables its recommended to turn out the support because that suport creates a load in the server to some extend
  • Why no InnoDB? I'm new to MySQL, but I thought those were the only tables with foreign keys? Or should I be throwing out my beginning My SQL book? :P
blog comments powered by Disqus