2009-09-16 14:03:18 +02:00
'\" t
2009-05-25 11:59:47 +02:00
. \"
2024-09-03 19:15:59 +02:00
.TH "\fBMARIADB-FIX-EXTENSIONS\fR" "1" "3 September 2024" "MariaDB 11.4" "MariaDB Database System"
2009-09-16 14:03:18 +02:00
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
2009-05-25 11:59:47 +02:00
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
2009-09-16 14:03:18 +02:00
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
2024-09-03 19:15:59 +02:00
. \" mariadb-fix-extensions
2009-05-25 11:59:47 +02:00
.SH "NAME"
2024-09-03 19:15:59 +02:00
mariadb-fix-extensions \- normalize table file name extensions (mariadb-fix-extensions is now a symlink to mariadb-fix-extensions)
2009-05-25 11:59:47 +02:00
.SH "SYNOPSIS"
2024-09-03 19:15:59 +02:00
.HP \w '\fBmariadb-fix-extensions\ \fR \fB \fI data_dir\fR\fR\ 'u
\fB mariadb-fix-extensions \fR \fB \fI data_dir\fR \fR
2009-05-25 11:59:47 +02:00
.SH "DESCRIPTION"
.PP
2023-02-03 16:36:17 +11:00
This script is deprecated and will be removed in a later release.
.PP
2024-09-03 19:15:59 +02:00
\fB mariadb-fix-extensions\fR
2009-05-25 11:59:47 +02:00
converts the extensions for
MyISAM
(or
2009-09-16 14:03:18 +02:00
ISAM) table files to their canonical forms\& . It looks for files with extensions matching any lettercase variant of
\& .frm,
\& .myd,
\& .myi,
\& .isd, and
\& .ism
2009-05-25 11:59:47 +02:00
and renames them to have extensions of
2009-09-16 14:03:18 +02:00
\& .frm,
\& .MYD,
\& .MYI,
\& .ISD, and
\& .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\& .
2009-05-25 11:59:47 +02:00
.PP
Invoke
2024-09-03 19:15:59 +02:00
\fB mariadb-fix-extensions\fR
2009-05-25 11:59:47 +02:00
like this, where
\fI data_dir\fR
2024-09-03 19:15:59 +02:00
is the path name to the MariaDB data directory\& .
2009-05-25 11:59:47 +02:00
.sp
2009-09-16 14:03:18 +02:00
.if n \{ \
.RS 4
. \}
2009-05-25 11:59:47 +02:00
.nf
2024-09-03 19:15:59 +02:00
shell> \fB mariadb-fix-extensions \fR \fB \fI data_dir\fR \fR
2009-05-25 11:59:47 +02:00
.fi
2009-09-16 14:03:18 +02:00
.if n \{ \
2009-05-25 11:59:47 +02:00
.RE
2009-09-16 14:03:18 +02:00
. \}
2009-05-25 11:59:47 +02:00
.SH "COPYRIGHT"
2009-09-16 14:03:18 +02:00
.br
2009-05-25 11:59:47 +02:00
.PP
2024-09-03 19:15:59 +02:00
Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2024 MariaDB Foundation
2009-05-25 11:59:47 +02:00
.PP
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.
.PP
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.
.PP
2019-05-11 21:29:06 +03:00
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-1335 USA or see http://www.gnu.org/licenses/.
2009-09-16 14:03:18 +02:00
.sp
2009-05-25 11:59:47 +02:00
.SH "SEE ALSO"
2015-09-09 14:32:52 +02:00
For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
2009-05-25 11:59:47 +02:00
.SH AUTHOR
2015-09-09 14:32:52 +02:00
MariaDB Foundation (http://www.mariadb.org/).