mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / man / mysql_fix_extensions.1
blobe4f99ee239b7707de449b623d959dded3c692bd5
1 '\" t
2 .\"     Title: \fBmysql_fix_extensions\fR
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.77.1 <http://docbook.sf.net/>
5 .\"      Date: 11/04/2013
6 .\"    Manual: MySQL Database System
7 .\"    Source: MySQL 5.1
8 .\"  Language: English
9 .\"
10 .TH "\FBMYSQL_FIX_EXTENSI" "1" "11/04/2013" "MySQL 5\&.1" "MySQL Database System"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .\" mysql_fix_extensions
31 .SH "NAME"
32 mysql_fix_extensions \- normalize table file name extensions
33 .SH "SYNOPSIS"
34 .HP \w'\fBmysql_fix_extensions\ \fR\fB\fIdata_dir\fR\fR\ 'u
35 \fBmysql_fix_extensions \fR\fB\fIdata_dir\fR\fR
36 .SH "DESCRIPTION"
37 .PP
38 \fBmysql_fix_extensions\fR
39 converts the extensions for
40 MyISAM
41 (or
42 ISAM) table files to their canonical forms\&. It looks for files with extensions matching any lettercase variant of
43 \&.frm,
44 \&.myd,
45 \&.myi,
46 \&.isd, and
47 \&.ism
48 and renames them to have extensions of
49 \&.frm,
50 \&.MYD,
51 \&.MYI,
52 \&.ISD, and
53 \&.ISM, respectively\&. This can be useful after transferring the files from a system with case\-insensitive file names (such as Windows) to a system with case\-sensitive file names\&.
54 .PP
55 Invoke
56 \fBmysql_fix_extensions\fR
57 like this, where
58 \fIdata_dir\fR
59 is the path name to the MySQL data directory\&.
60 .sp
61 .if n \{\
62 .RS 4
63 .\}
64 .nf
65 shell> \fBmysql_fix_extensions \fR\fB\fIdata_dir\fR\fR
66 .fi
67 .if n \{\
68 .RE
69 .\}
70 .SH "COPYRIGHT"
71 .br
72 .PP
73 Copyright \(co 1997, 2013, Oracle and/or its affiliates. All rights reserved.
74 .PP
75 This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
76 .PP
77 This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
78 .PP
79 You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
80 .sp
81 .SH "SEE ALSO"
82 For more information, please refer to the MySQL Reference Manual,
83 which may already be installed locally and which is also available
84 online at http://dev.mysql.com/doc/.
85 .SH AUTHOR
86 Oracle Corporation (http://dev.mysql.com/).