Possible Duplicate:
Keeping track of schema changes
Hello,
How do you keep your mysql database schema under version control.
Hello, How do you keep your mysql database schema under version control. |
|||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Liquibase is probably the most popular version control system for MySQL. It's free and open-source. |
|||
|
|