How to fix an "unrepairable" table?

Forum for questions and support relating to the 1.24.x releases only.
Locked
eufreka
Posts: 15
Joined: Tue Jun 14, 2011 4:07 pm

How to fix an "unrepairable" table?

Post by eufreka »

Hi,

ZM server has been fine for over a year. Had some power outages, and now possible disk corruption. ZM still running in "monitor" mode but recorded events are inaccessible.

ran mysql repair with this outcome:

Code: Select all

zm.Config                                          OK
zm.ControlPresets                                  OK
zm.Controls                                        OK
zm.Devices                                         OK
zm.Events                                          OK
zm.Filters                                         OK
zm.Frames
Error    : Incorrect file format 'Frames'
error    : Corrupt
zm.Groups                                          OK
zm.MonitorPresets                                  OK
zm.Monitors                                        OK
zm.States                                          OK
zm.Stats                                           OK
zm.TriggersX10                                     OK
zm.Users                                           OK
zm.ZonePresets                                     OK
zm.Zones                                           OK

Repairing tables
zm.Frames
Error    : Incorrect file format 'Frames'
error    : Corrupt
Apparently cannot repair the Frames table. Suggestion? Can you drop/create individual tables or just all the events and associated data tables?
Locked