MySQL Database Metadata Format | |
MySQL | |
Ads |
FRM files describe table definitions and are indispensable elements of MySQL databases. Any user-created table will automatically be represented by file with FRM extension.
FRM files are always named after the table that they store and are platform independent. The format is well-documented and all file structure elements such as headers, columns, keys, and comments are described in detail on MySQL website.
.abs | Absolute Database Single-file Database Format |
.accdb | Microsoft Access 2007/2010 Database Format |
.accdc | Microsoft Access 2007/2010 Digitally Signed Database Format |
.accde | Microsoft Access 2007/2010 Compiled Execute Only Format |
.accdr | Microsoft Access 2007/2010 Runtime Mode Database Format |
.accdt | Microsoft Access 2007/2010 Database Template Format |
.accdw | Microsoft Access Link Format |
.accft | Microsoft Access Template Format |