mysqldump trigger crashed tables
Posted
by
m4rc
on Server Fault
See other posts from Server Fault
or by m4rc
Published on 2010-12-21T08:57:07Z
Indexed on
2010/12/21
9:56 UTC
Read the original article
Hit count: 218
We had a database crash this morning starting at 1 minute past midnight (when the database backup runs). The exception emails I was getting said
"Table './core/content' is marked as crashed and should be repaired".
My question is basically, can mysqldump cause tables to crash, if so how and why? And are there any tools which can detect a crashed table and run a repair on it?
Thanks in advance.
© Server Fault or respective owner