Some facts about MyISAM File handling:
• If a table is never updated, MySQL will never touch the table files, so it would never be
marked as closed or corrupted.
• If a table is marked readonly by the OS, it will only be opened in readonly mode. Any
updates to it will fail.
• When a normal table is [...]![]()
PlanetMySQL Voting: Vote UP / Vote DOWN
PlanetMySQL Voting: Vote UP / Vote DOWN