Sometimes you find yourself needing to replace tables on production servers. While the ideal solution is to take the server out of rotation and replace the table properly, that's not always feasible.
By default, this app replaces the table layout (.frm file), the data (.MYD file), and indexes (.MYI file). But the simplicity of Python allows you to customize it to meet your needs. MySQL is all about freedom and flexibility. This little app lets you make the most of it.