My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday, 7AM PST due to brief network maintenance
                
Code license: MIT License
Labels: mysql, python, replication
Feeds:
People details
Project owners:
  RichardBronosky

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.









Hosted by Google Code