mysql_convert_table_format
mysql_convert_table_formatoptionsdatabase
This utility converts all tables in a given database from one
storage engine to another. By default it converts them to MyISAM. The
program requires that Perl and the Perl DBI module and
DBD::mysql be installed on the system where it’s
executed.
--forceThis option instructs the utility to keep running despite errors.
--host=host,
-h hostThis option specifies the host on which to connect and to convert tables.
--help, -?This option displays help information about the utility.
--password=password,
-p passwordThis option provides the password of the user logging into the server.
--port=portThis option specifies the port on which to connect to the server. The default is 3306.
--socket=filename,
-S filenameThis option provides the name of the server’s socket file.
--type=engineThis option specifies the storage engine to which to convert tables. If not given, MyISAM is assumed.
--user=user,
-u userThis option provides the username for logging into the server.
--verboseThis option displays more information from the utility.
--versionThis option returns the version of the utility.