OMGSW Blog
11/29/2010
how to convert tables to InnoDB
Using nice tool from
Maatkit
, we can easy convert tables from any storage engine to other. there is example how to convert from myisam to innodb
mk-find db-name --engine MyISAM --exec "ALTER TABLE %D.%N ENGINE=INNODB" --print
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment