MySQL Version Control - Subversion

Viewed 21398

Wondering if it is possible to have a version control of a MySQL database.

I realize this question has been asked before however the newest is almost a year ago, and at the rate things change...

The problem is coming that each developer has apache/MySQL/PHP on their own computers to which they sometimes edit the database. Its rather inconvenient if they have to send an email to all the other developers and then manually edit the test servers database.

How do you deal with this problem?

Thanks

3 Answers
Related