Hi,
I have a mysql database which is innoDB and there is one row in the database which makes Mysqld crash every time I try to access it. Does anyone know of a way I could remove this row? If I do a DELETE...
DELETE FROM table_name WHERE id = <row_id>
MySQL crashes too... any thoughts on how I might get rid of it?