1MYSQL_FIX_EXTENSI(1)         MySQL Database System        MYSQL_FIX_EXTENSI(1)
2
3
4

NAME

6       mysql_fix_extensions - normalize table file name extensions
7

SYNOPSIS

9       mysql_fix_extensions data_dir
10

DESCRIPTION

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

SEE ALSO

44       For more information, please refer to the MySQL Reference Manual, which
45       may already be installed locally and which is also available online at
46       http://dev.mysql.com/doc/.
47

AUTHOR

49       Sun Microsystems, Inc. (http://www.mysql.com/).
50
51
52
53MySQL 5.1                         04/06/2010              MYSQL_FIX_EXTENSI(1)
Impressum