> I'll have to investigate if there is a way of converting back to MyISAM and > see if that fixes the problem I think, as its all I have to go on at the moment. ALTER TABLE table_name TYPE=MyISAM/InnoDB/Whatever It does work pretty well...