Frequently Asked Questions with answers.
Questions
13.7.1.1.1: Are these utilities present in the community version of MySQL?
13.7.1.2.1: Can the utilities be used with MyISAM or CSV?
Questions and Answers
13.7.1.1.1: Are these utilities present in the community version of MySQL?
They are included in the community version of MySQL Workbench, and available from Launchpad.
13.7.1.2.1: Can the utilities be used with MyISAM or CSV?
Yes. There are no storage engine specific limitations in using the utilities. There are some features written specifically for InnoDB so those may not apply but in general no utility is storage engine specific. For example, the mysqldiskusage utility shows exact sizes for MyISAM and InnoDB files but uses estimated sizes for any other storage engine based on number of rows and row size.

User Comments
Add your own comment.