My server crashed due to a hardware failure and as a result saving to some tables causes a crash of MySQL. I'm using InnoDB and can't fix the tables. I want to try to remove some rows and maybe get some data back.
Is it possible to remove a specific row number or set of rows from a specific table via the mysql console? For instance, row 1300 of table X, or rows 1400 through 1500 of that same table?