1MARIADB-FIX-EXTENSI(1)      MariaDB Database System     MARIADB-FIX-EXTENSI(1)
2
3
4

NAME

6       mariadb-fix-extensions - normalize table file name extensions
7       (mysql_fix_extensions is now a symlink to mariadb-fix-extensions)
8

SYNOPSIS

10       mysql_fix_extensions data_dir
11

DESCRIPTION

13       mysql_fix_extensions converts the extensions for MyISAM (or ISAM) table
14       files to their canonical forms. It looks for files with extensions
15       matching any lettercase variant of .frm, .myd, .myi, .isd, and .ism and
16       renames them to have extensions of .frm, .MYD, .MYI, .ISD, and .ISM,
17       respectively. This can be useful after transferring the files from a
18       system with case-insensitive file names (such as Windows) to a system
19       with case-sensitive file names.
20
21       Invoke mysql_fix_extensions like this, where data_dir is the path name
22       to the MySQL data directory.
23
24           shell> mysql_fix_extensions data_dir
25
27       Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.,
28       2010-2019 MariaDB Foundation
29
30       This documentation is free software; you can redistribute it and/or
31       modify it only under the terms of the GNU General Public License as
32       published by the Free Software Foundation; version 2 of the License.
33
34       This documentation is distributed in the hope that it will be useful,
35       but WITHOUT ANY WARRANTY; without even the implied warranty of
36       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
37       General Public License for more details.
38
39       You should have received a copy of the GNU General Public License along
40       with the program; if not, write to the Free Software Foundation, Inc.,
41       51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA or see
42       http://www.gnu.org/licenses/.
43
44

SEE ALSO

46       For more information, please refer to the MariaDB Knowledge Base,
47       available online at https://mariadb.com/kb/
48

AUTHOR

50       MariaDB Foundation (http://www.mariadb.org/).
51
52
53
54MariaDB 10.5                     27 June 2019           MARIADB-FIX-EXTENSI(1)
Impressum