Here's what I want
I have 3 computers. A home desktop. A work desktop and a work laptop. They are all running Win7 Ultimate 64bit. Throughout the week, I develop on all three, but I am working with Localhost, not on a hosted site, so the code and data is on the machine I am working on at the time.
I want to keep all three machines synchronized so whatever one I am on has the latest code and data.
What I mean by clearing out the tables... currently I am using a jumpdrive. Each time I move between machines, I export the MySQL and copy that, along with all my code to the jumpdrive. When I get to the other machine, I have to clear out the database before importing the MySQL file into it. If I don't do this, then I get errors because tables/fields exist, etc.
Dropbox works fine for some other things I use it for, so I tried configuring WAMP to put my 'www' and 'data' folders in my Dropbox folder. I don't have any problem with my PHP/CSS/HTML files doing this, but with larger binary files (like MySQL tables) Dropbox can sometimes have problems. So I'm looking for a better solution. And of course, I left my jumpdrive laying on my desk at work this afternoon (20 miles away) so since I can't code tonight, I figured this would be a good time to figure out how to prevent this problem in the future
