Showing entries 1 to 1
Displaying posts with tag: .MYI file In MySQL (reset)
Some facts about MyISAM file handling and .MYI file In MySQL

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