Name
mysql_convert_table_format
Synopsis
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.
mysql_convert_table_format options
--forceThis option instructs the utility to keep running despite errors.
--host=,host-hhostThis option specifies the host on which to connect and to convert tables.
--help,-?This option displays help information about the utility.
--password=,password-ppasswordThis 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-SfilenameThis 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-uuserThis 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.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access