hello
I use a tracker system for emails .
This tracker system has a database called "rt3", since now i cant view anymore some emails cause the table "Attachments" is corrupt.
In logfile i get the information that the database is corrupt.
When i make check tables Attachment it follows:
"ERROR 2013 (HY000): Lost connection to MySQL server during query"
When i make a select statement on this Table, same error is coming

When i try to dump that table or the database (dump it back)
this error is coming:
mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table `Attachments` at row: 15338

When i try to delete this row, same error is coming, when i try to create a new table with content of Attachments, where is != 15338
same error is coming

The content of this table is realy important for me and the system.
Is there any way how i can fix it so that i can use the table again?


Wired think is, on mysql slave same error on this table ..
DB is corrupt cause of a failed HD i think.
im sorry that its urgent but its a system of a company which should be run very fast again
Thx for your help and Answer !