mysql_fix_extensions (1) Linux Manual Page
NAME mysql_fix_extensions – normalize table file name extensions SYNOPSIS mysql_fix_extensions data_dir DESCRIPTION mysql_fix_extensions converts the extensions for MyISAM (or ISAM) table files to their canonical forms. It looks for files with extensions matching any lettercase variant of .frm, .myd, .myi, .isd, and .ism and renames them to have extensions of .frm, .MYD, .MYI, .ISD, and…
