Does anyone have an idea for a scipt that can check an array/XML of table definitions with the current database tables and make appropriate alter/create queries to synch them? I'm currently using php5 and mysql 5.
A:
I have a feeling that MySQL Workbench is able to create alter/diff SQL scripts
James C
2009-05-10 02:12:58
A:
pick some databse migration framework or write your own. and read this http://www.codinghorror.com/blog/archives/001050.html
skrat
2009-05-10 12:55:05