MySQL

From Just Solve the File Format Problem
Revision as of 00:17, 23 April 2014 by Jsummers (Talk | contribs)

Jump to: navigation, search
File Format
Name MySQL
Ontology
Extension(s) .frm, .myd, .myi, .ibd
MySQL: the Comic Sans of databases. Except Comic Sans has uses.
-- David Gerard

MySQL is a popular open-source database system using the SQL query language. Its files are traditionally stored with the field definitions in .frm files, the data in .myd files, and indexes in .myi files. The newer InnoDB storage engine replaces the .myd and .myi files with a shared "ibdata1" file, and in most cases an .ibd file for each database.

File format information

Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox