mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
19 lines
570 B
Groff
19 lines
570 B
Groff
|
.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
|
||
|
.SH NAME
|
||
|
mysql_fix_extensions \- Corrects MySQL database file names.
|
||
|
.SH SYNOPSIS
|
||
|
mysql_fix_extensions <datadir>
|
||
|
.SH DESCRIPTION
|
||
|
Makes .frm lowercase and .MYI/MYD/ISM/ISD uppercase
|
||
|
useful when datafiles are copied from windows.
|
||
|
Does not work with RAID, with InnoDB or BDB tables.
|
||
|
|
||
|
For more information start the program with '--help'.
|
||
|
.SH "SEE ALSO"
|
||
|
mysql (1), mysqld (8)
|
||
|
.SH AUTHOR
|
||
|
This manpage was written by Christian Hammers <ch@debian.org>.
|
||
|
|
||
|
MySQL is available at http://www.mysql.com/.
|
||
|
.\" end of man page
|