Archive for the ‘.MYI file In MySQL’ Category

Some facts about MyISAM file handling and .MYI file In MySQL

Ноябрь 15th, 2011
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. • [...]

PlanetMySQL Voting: Vote UP / Vote DOWN