A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mariadb.com/docs/server/clients-and-utilities/table-tools/mariadb-convert-table-format below:

mariadb-convert-table-format | MariaDB Documentation

mariadb-convert-table-format | MariaDB Documentation
  1. Clients & Utilities
  2. Table Tools
mariadb-convert-table-format

mariadb-convert-table-format converts the tables in a database to use a particular storage engine (MyISAM by default).

Prior to MariaDB 10.5, the client was called mysql_convert_table_format. It can still be accessed under this name, via a symlink in Linux, or an alternate binary in Windows.

mariadb-convert-table-format [options] db_name

mariadb-convert-table-format is written in Perl and requires that the DBI and DBD::mysql Perl modules be installed

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:

Specify the storage engine that the tables should be converted to use. The default is MyISAM if this option is not given.

Continue even if errors occur.

Connect to the MariaDB server on the given host. Default localhost.

The password to use when connecting to the server. Note that the password value is not optional for this option, unlike for other client programs. Specifying the password on the command-line is generally considered insecure.

The TCP/IP port number to use for the connection.

For connections to localhost, the Unix socket file to use.

The MariaDB user name to use when connecting to the server.

Verbose mode. Print more information about what the program does.

Display version information and exit.

This page is licensed: CC BY-SA / Gnu FDL


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4