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 [...]
Showing entries 1 to 1
Nov
15
2011
Showing entries 1 to 1