MYSQL_FIX_EXTENSI(1) MySQL Database System MYSQL_FIX_EXTENSI(1)

2
3
4

NAME

6       mysql_fix_extensions - make table filename extensions lowercase
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 lowercase. It looks for files with an extension that that
14       matches any lettercase variant of .frm, .myd, .myi, .isd, and .ism and
15       renames them to have extensionsn of .frm, .MYD, .MYI, .ISD, and .ISM,
16       respectively. This can be useful after transferring the files from a
17       system with case-insensitive filenames (such as Windows) to a system
18       with case-sensitive filenames.
19
20       Invoke mysql_fix_extensions like this, where data_dir is the pathname
21       to the MySQL data directory.
22
23          shell> mysql_fix_extensions data_dir
24
26       Copyright 1997-2007 MySQL AB
27
28       This documentation is NOT distributed under a GPL license. Use of this
29       documentation is subject to the following terms: You may create a
30       printed copy of this documentation solely for your own personal use.
31       Conversion to other formats is allowed as long as the actual content is
32       not altered or edited in any way. You shall not publish or distribute
33       this documentation in any form or on any media, except if you
34       distribute the documentation in a manner similar to how MySQL
35       disseminates it (that is, electronically for download on a Web site
36       with the software) or on a CD-ROM or similar medium, provided however
37       that the documentation is disseminated together with the software on
38       the same medium. Any other use, such as any dissemination of printed
39       copies or use of this documentation, in whole or in part, in another
40       publication, requires the prior written consent from an authorized
41       representative of MySQL AB. MySQL AB reserves any and all rights to
42       this documentation not expressly granted above.
43
44       Please email <docs@mysql.com> for more information.
45

SEE ALSO

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

AUTHOR

52       MySQL AB (http://www.mysql.com/).  This software comes with no
53       warranty.
54
55
56

MySQL 5.0 07/04/2007 MYSQL_FIX_EXTENSI(1)



        
Impressum