Backing up database schema

2006-12-05 Thread Elazar Leibovich
I'm having one mysql database FOO, whose schema needs to be changed from time to time. I'm having another database BAR with different data in it but with the same schema. I want to copy schema changes from FOO to BAR. ie, when I add column height to table 'users' and column 'ruby' to table

Re: Backing up database schema

2006-12-05 Thread Amos Shapira
On 06/12/06, Elazar Leibovich [EMAIL PROTECTED] wrote: I'm having one mysql database FOO, whose schema needs to be changed from time to time. I'm having another database BAR with different data in it but with the same schema. I want to copy schema changes from FOO to BAR. ie, when I add column