mariadb-convert-table-format - Man Page

convert tables to use a given storage engine (mariadb-convert-table-format is now a symlink to mariadb-convert-table-format)

Synopsis

mariadb-convert-table-format [options] db_name

Description

mariadb_convert_table_format converts the tables in a database to use a particular storage engine (MyISAM by default). mariadb-convert-table-format is written in Perl and requires that the DBI and DBD::MariaDB Perl modules be installed (see Section 2.15, “Perl Installation Notes”).

Invoke mariadb-convert-table-format like this:

shell> mariadb-convert-table-format [options]db_name

The db_name argument indicates the database containing the tables to be converted.

mariadb-convert-table-format supports the options described in the following list.

See Also

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

Author

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

Info

5 March 2025 MariaDB 11.8 MariaDB Database System