MySQL Forums
Forum List  »  InnoDB

Re: Create Corrupted Database
Posted by: Rick James
Date: October 15, 2014 12:32PM

kill -9 mysqld
while in the middle of an operation(s). Then capture the entire mysql tree.

That may not actually be useful, since InnoDB is good at recovering from such. MyISAM is likely to need REPAIR TABLE, but might not otherwise be "corrupted".

Another approach would be to clobber disk blocks.

Options: ReplyQuote


Subject
Views
Written By
Posted
1569
October 12, 2014 12:19PM
Re: Create Corrupted Database
816
October 15, 2014 12:32PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.