logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mariadb-fix-extensions.1

Author

       MariaDB Foundation (http://www.mariadb.org/).

MariaDB 11.4                                    3 September 2024                       MARIADB-FIX-EXTENSIONS(1)

Description

       This script is deprecated and will be removed in a later release.

       mariadb-fix-extensions converts the extensions for MyISAM (or ISAM) table files to their canonical forms.
       It looks for files with extensions matching any lettercase variant of .frm, .myd, .myi, .isd, and .ism
       and renames them to have extensions of .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.

       Invoke mariadb-fix-extensions like this, where data_dir is the path name to the MariaDB data directory.

           shell> mariadb-fix-extensionsdata_dir

Name

       mariadb-fix-extensions - normalize table file name extensions (mariadb-fix-extensions is now a symlink to
       mariadb-fix-extensions)

See Also

       For more information, please refer to the MariaDB Knowledge Base, available online at
       https://mariadb.com/kb/

Synopsis

mariadb-fix-extensionsdata_dir

See Also