.MYI Rozszerzenie pliku
MySQL MyISAM Index File
| Deweloper | Oracle |
| Popularność |
3.3 | 3 Głosów |
Czym jest plik MYI?
Index of a MyISAM table created within a MySQL database; defines the structure of the table and includes a counter in the header that shows whether or not the table has been closed properly.
Więcej informacji
MyISAM is the default storage engine used by MySQL. It manages non-transactional tables and provides high-speed data storage and retrieval operations.