As good as it gets?
Date: 07/08/07
(MySQL Communtiy) Keywords: mysql, database, sql
Quick question to see if anyone has a better way.
I have 3 development environments: Workstation at work, my laptop, and the workstation at home... my code is moved between all these machines with svn and it works perfectly, so it makes me wish I could do the same with development schema's or whole Databases.
Is there anything like svn for Databases? I know about and use replication, but that's a tad too much just to allow me to work from a coffee shop or catch up on some work on the weekends. Right now I have a fetchSchema.bat file for my windows machines that grabs the current schema/data from the dev server using mysqldump.
Which reminds me of another question for another post.
Source: http://community.livejournal.com/mysql/116466.html