I am using sugarsync to sync the localhost folders between a mac and a PC,
I want to sync the the database also.
Can I do it by simply synchronizing folders (I use xampp on the PC and WAMP on the mac) or is it more complicated then that?
and if it is possible what files and folder I should synchronize?
I am using sugarsync to sync the localhost folders between a mac and a
Share
In short this is not a good idea and I dont think it will be possible. The database files are essentially locked down as the database server needs to have exclusive access to it. There is no way sugarsync can know what state those files are in so it might actually copy half completed files from source to destination. It might even corrupt your databases completely as sugarsync might block access to the data file during a critical operation
If you need to keep synchronised copies of the databases here is some ideas for you.